.coveragerc
.mailmap
.testr.conf
.travis.yml
AUTHORS
ChangeLog
HACKING.rst
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
doc/source/conf.py
doc/source/developer.rst
doc/source/index.rst
doc/source/modules.rst
doc/source/user/configuration.rst
doc/source/user/index.rst
doc/source/user/installation.rst
doc/source/user/pipelines/index.rst
doc/source/user/pipelines/juno.rst
doc/source/user/pipelines/kilo.rst
doc/source/user/pipelines/liberty.rst
etc/api-paste-juno.ini.sample
etc/api-paste-kilo.ini.sample
etc/api-paste-liberty.ini.sample
etc/ooi.conf.sample
ooi/__init__.py
ooi/config.py
ooi/exception.py
ooi/log.py
ooi/opts.py
ooi/utils.py
ooi/version.py
ooi.egg-info/PKG-INFO
ooi.egg-info/SOURCES.txt
ooi.egg-info/dependency_links.txt
ooi.egg-info/entry_points.txt
ooi.egg-info/not-zip-safe
ooi.egg-info/pbr.json
ooi.egg-info/requires.txt
ooi.egg-info/top_level.txt
ooi/api/__init__.py
ooi/api/base.py
ooi/api/compute.py
ooi/api/helpers.py
ooi/api/network.py
ooi/api/network_link.py
ooi/api/query.py
ooi/api/storage.py
ooi/api/storage_link.py
ooi/occi/__init__.py
ooi/occi/helpers.py
ooi/occi/validator.py
ooi/occi/core/__init__.py
ooi/occi/core/action.py
ooi/occi/core/attribute.py
ooi/occi/core/category.py
ooi/occi/core/collection.py
ooi/occi/core/entity.py
ooi/occi/core/kind.py
ooi/occi/core/link.py
ooi/occi/core/mixin.py
ooi/occi/core/resource.py
ooi/occi/infrastructure/__init__.py
ooi/occi/infrastructure/compute.py
ooi/occi/infrastructure/network.py
ooi/occi/infrastructure/network_link.py
ooi/occi/infrastructure/storage.py
ooi/occi/infrastructure/storage_link.py
ooi/occi/infrastructure/templates.py
ooi/occi/rendering/__init__.py
ooi/occi/rendering/headers.py
ooi/occi/rendering/text.py
ooi/occi/rendering/urilist.py
ooi/openstack/__init__.py
ooi/openstack/contextualization.py
ooi/openstack/helpers.py
ooi/openstack/network.py
ooi/openstack/templates.py
ooi/tests/__init__.py
ooi/tests/base.py
ooi/tests/fakes.py
ooi/tests/test_parser.py
ooi/tests/test_resource_exception_handler.py
ooi/tests/test_validator.py
ooi/tests/test_wsgi.py
ooi/tests/controllers/__init__.py
ooi/tests/controllers/test_compute.py
ooi/tests/controllers/test_helpers.py
ooi/tests/controllers/test_network.py
ooi/tests/controllers/test_network_links.py
ooi/tests/controllers/test_query.py
ooi/tests/controllers/test_storage.py
ooi/tests/controllers/test_storage_links.py
ooi/tests/middleware/__init__.py
ooi/tests/middleware/test_compute_controller.py
ooi/tests/middleware/test_middleware.py
ooi/tests/middleware/test_netinterface_controller.py
ooi/tests/middleware/test_network_controller.py
ooi/tests/middleware/test_query_controller.py
ooi/tests/middleware/test_storage_controller.py
ooi/tests/middleware/test_storagelink_controller.py
ooi/tests/occi/__init__.py
ooi/tests/occi/test_occi_core.py
ooi/tests/occi/test_occi_infrastructure.py
ooi/tests/occi/test_openstack.py
ooi/wsgi/__init__.py
ooi/wsgi/parsers.py
ooi/wsgi/serializers.py