OOI is an implementation the Open Cloud Computing Interface (OCCI) for OpenStack.
Go to file
OpenDev Sysadmins fb6b335318 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:51:13 +00:00
doc/source Included OCCI IPReservation support 2017-04-03 08:59:52 +02:00
etc Move neutron_ooi_endpoint to nova.conf 2016-07-14 13:25:15 +01:00
ooi Set correctly request parameters for the list_resources request 2018-03-08 09:09:48 +01: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 OpenDev Migration Patch 2019-04-19 19:51:13 +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 Replacing the link in HACKING.rst 2018-11-16 11:43:12 +08:00
LICENSE initial commit from cookiecutter 2015-02-24 18:11:57 +01:00
README.md doc: Add upgrade instructions and references to OCCI 1.2 2017-04-03 06:00:01 +00: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 Removed the older version of python and added 3.5 2017-07-05 14:47:45 +05:30
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 Removed the older version of python and added 3.5 2017-07-05 14:47:45 +05:30

README.md

ooi: OpenStack OCCI Interface

PyPI

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

Currently, it implements the version 1.2 (OCCI 1.2) of the standard.

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