OOI is an implementation the Open Cloud Computing Interface (OCCI) for OpenStack.
Go to file
Alvaro Lopez Garcia 64688e792a Handle multiple content-types into one header field
HTTP specification states that multiple values for one header can be
passed if separated by commas. rOCCI uses that for the content type,
therefore we must support it.

Change-Id: Ib02e6659e112ee9fb90da986339f2f749f0dbc87
Closes-Bug: 1507925
2015-10-20 10:26:28 +02:00
doc/source rename stackforge -> openstack namespace 2015-10-20 10:25:10 +02:00
ooi Handle multiple content-types into one header field 2015-10-20 10:26:28 +02:00
.coveragerc Add OpenStack Resource Template 2015-03-03 17:17:35 +01:00
.gitignore Ignore cover directory 2015-08-25 10:07:19 +02:00
.gitreview rename stackforge -> openstack namespace 2015-10-20 10:25:10 +02:00
.mailmap initial commit from cookiecutter 2015-02-24 18:11:57 +01:00
.testr.conf initial commit from cookiecutter 2015-02-24 18:11:57 +01:00
.travis.yml Add travis-ci.org and coverals configuration file 2015-03-03 17:14:54 +01:00
HACKING.rst initial commit from cookiecutter 2015-02-24 18:11:57 +01:00
LICENSE initial commit from cookiecutter 2015-02-24 18:11:57 +01:00
MANIFEST.in initial commit from cookiecutter 2015-02-24 18:11:57 +01:00
README.md rename stackforge -> openstack namespace 2015-10-20 10:25:10 +02:00
requirements.txt Remove blank lines from requirements 2015-08-03 12:28:39 +05:30
setup.cfg documentation cleanup 2015-08-24 13:01:46 +02:00
setup.py initial commit from cookiecutter 2015-02-24 18:11:57 +01:00
test-requirements.txt documentation cleanup 2015-08-24 13:01:46 +02:00
tox.ini Add travis-ci.org and coverals configuration file 2015-03-03 17:14:54 +01:00

README.md

ooi: OpenStack OCCI Interface

ooi is an implementation the Open Grid Forum's Open Cloud Computing Interface (OCCI) for OpenStack.

The documentation for OOI is available at http://ooi.readthedocs.org/en/latest

In the unfortunate event that bugs are discovered, they should be reported to the bug tracker available at:

http://bugs.launchpad.net/ooi

Developers wishing to work on the ooi project should always base their work on the latest ooi code, available from the master GIT repository at:

https://git.openstack.org/cgit/openstack/ooi