OOI is an implementation the Open Cloud Computing Interface (OCCI) for OpenStack.
Go to file
Enol Fernandez e30fdd75f4 OCCI 1.2 Contextualization
Introduces two new mixins defined in the OCCI 1.2 spec for handling
contextualization: user_data and ssh_key. Functionality is similar to
the already existing OpenStack mixins, which may be deprecated in the
future.

Partially-Implements: blueprint occi-1-2-core
Change-Id: Ibb6624e3e15bf7b9f3ad39786dcefb36b1a9a797
2017-01-13 12:32:36 +00:00
doc/source Removes unnecessary utf-8 encoding 2017-01-12 15:21:57 +05:30
etc Move neutron_ooi_endpoint to nova.conf 2016-07-14 13:25:15 +01:00
ooi OCCI 1.2 Contextualization 2017-01-13 12:32:36 +00:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 15:01:43 +00:00
.gitignore Ignore cover directory 2015-08-25 10:07:19 +02:00
.gitreview Update .gitreview for new namespace 2015-10-17 22:33:58 +00:00
.mailmap update mailmap entries 2015-12-04 10:53:45 +01:00
.testr.conf tests: separate between functional and unit 2016-06-23 14:53:44 +02:00
.travis.yml Add travis-ci.org and coverals configuration file 2015-03-03 17:14:54 +01:00
HACKING.rst tests: separate between functional and unit 2016-06-23 14:53:44 +02: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 Add shields.io PyPI badge 2016-12-13 13:32:07 +01:00
SUMMARY.md gitbook: point to online documentation 2016-07-04 10:11:18 +02:00
requirements.txt Adapt attributes definition to OCCI 1.2 2016-11-08 08:49:55 +00:00
setup.cfg generate configuration via oslo 2015-11-26 16:43:44 +01:00
setup.py initial commit from cookiecutter 2015-02-24 18:11:57 +01:00
test-requirements.txt add bandit security linter 2016-11-21 15:03:52 +01:00
tox.ini add bandit security linter 2016-11-21 15:03:52 +01:00

README.md

ooi: OpenStack OCCI Interface

PyPI

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