# OpenStack OCCI Interface

**OOI** is an implementation of the [Open Cloud Computing Interface (OCCI)](http://www.occi-wg.org/) for [OpenStack](http://openstack.org). \
&#x20;**Summary**:

* Updates
  * [OOI v. 0.3.2](https://indigo-dc.gitbooks.io/indigo-datacloud-releases/content/indigo1/second_update_of_indigo-1.html#ooi)
* [Release Notes v. 0.3.1-1](#id1)
  * [What's new](#id2)
  * [List of RfCs](#id3)
  * [Deployment Notes](#id4)
  * [Known Issues](#id5)
  * [List of Artifacts](#id7)
* [Documentation](#id6)
* [Support](#id8)

## Release Notes

### What's new

Highlights of changes as present in the [commits description](https://github.com/indigo-dc/ooi/commits/0.3.1):

* fix nova <-> OCCI state mapping&#x20;
* fix state transitions for OCCI actions&#x20;
* Add support for SSH key injection
* Handle multiple content-types into one header field
* Catch exception if image is not found when showing a server
* Support linking storage on compute creation&#x20;
* do not access token info to obtain tenant
* Solved OCCI validation using osnetwork mixin
*

Ssupported Platforms:

* CentOS 7, Ubuntu 14.04
* OpenStack (Kilo onwards)

#### List of RfCs

* h<ttps://launchpad.net/ooi>
* <https://bugs.launchpad.net/ooi>
* <https://blueprints.launchpad.net/ooi>

### Deployment Notes

After setting the INDIGO-DC repositories as explained in the [Generic Installation & Configuration Guide](https://indigo-dc.gitbook.io/indigo-datacloud-releases/chapter1/generic_installation_and_configuration_guide_1):

* On CentOS 7, as root or otherwise using sudo:<br>

  `$ yum install -y https://repos.fedorapeople.org/openstack/openstack-liberty/rdo-release-liberty-5.noarch.rpm`<br>

  `$ yum clean all`<br>

  `$ yum install python-ooi`<br>
* On Ubuntu 14.04, as root or otherwise using sudo:\
  &#x20;`$ add-apt-repository cloud-archive:liberty`\
  &#x20;`$ apt-get update`\
  &#x20;`$ apt-get install python-ooi`<br>
* More details are available in the [0.3.1 Installation Guide](http://ooi.readthedocs.io/en/stable/user/installation.html)

### Known Issues

* N/A

### List of Artifacts

Packages:

* python-ooi\_0.3.1-1\_all.deb
* python-ooi-0.3.1-1.el7.centos.noarch.rpm

## Documentation

* [OOI GitBook](https://indigo-dc.gitbooks.io/ooi/content/)

## Support

* <https://blueprints.launchpad.net/ooi>
* [INDIGO - DataCloud CatchAll GGUS Support Unit](https://wiki.egi.eu/wiki/GGUS:INDIGO_DataCloud_Catch-all_FAQ)
