OOI is an implementation the Open Cloud Computing Interface (OCCI) for OpenStack.
Go to file
Alvaro Lopez Garcia 69ba66b830 Preserve original request when calling OpenStack
This change creates a new request instead of modifying the original one
when it needs to be modified so as to access OpenStack. Before we were
modifying the original request (i.e. the path, body and content_type)
and this is wrong, since we cannot access those attributes after it has
been modified.
2015-04-08 11:12:46 +02:00
doc/source initial commit from cookiecutter 2015-02-24 18:11:57 +01:00
ooi Preserve original request when calling OpenStack 2015-04-08 11:12:46 +02:00
.coveragerc Add OpenStack Resource Template 2015-03-03 17:17:35 +01:00
.gitignore initial commit from cookiecutter 2015-02-24 18:11:57 +01: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.rst Change metadata and remove support for Py26 2015-02-25 23:03:11 +01:00
requirements.txt Create initial WSGI infrastructure 2015-02-25 23:03:53 +01:00
setup.cfg Create initial WSGI infrastructure 2015-02-25 23:03:53 +01:00
setup.py initial commit from cookiecutter 2015-02-24 18:11:57 +01:00
test-requirements.txt Get tenant ID through token_auth header. 2015-03-04 13:09:43 +01:00
tox.ini Add travis-ci.org and coverals configuration file 2015-03-03 17:14:54 +01:00

ooi: OpenStack OCCI Interface

OOI: OpenStack OCCI Interface

Features

  • TODO