.coveragerc
.mailmap
.testr.conf
.travis.yml
AUTHORS
ChangeLog
HACKING.rst
LICENSE
README.md
SUMMARY.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/upgrade.rst
doc/source/user/usage.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
doc/source/user/pipelines/mitaka.rst
doc/source/user/pipelines/newton.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/helpers_neutron.py
ooi/api/ip_reservation.py
ooi/api/network.py
ooi/api/network_link.py
ooi/api/query.py
ooi/api/securitygroup.py
ooi/api/securitygroup_link.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/contextualization.py
ooi/occi/infrastructure/ip_reservation.py
ooi/occi/infrastructure/network.py
ooi/occi/infrastructure/network_link.py
ooi/occi/infrastructure/securitygroup.py
ooi/occi/infrastructure/securitygroup_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/occi_json.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/fakes_network.py
ooi/tests/functional/__init__.py
ooi/tests/functional/middleware/__init__.py
ooi/tests/functional/middleware/test_compute_controller.py
ooi/tests/functional/middleware/test_ip_reservation_controller.py
ooi/tests/functional/middleware/test_middleware.py
ooi/tests/functional/middleware/test_netinterface_controller.py
ooi/tests/functional/middleware/test_network_controller.py
ooi/tests/functional/middleware/test_query_controller.py
ooi/tests/functional/middleware/test_storage_controller.py
ooi/tests/functional/middleware/test_storagelink_controller.py
ooi/tests/unit/__init__.py
ooi/tests/unit/test_parser.py
ooi/tests/unit/test_resource_exception_handler.py
ooi/tests/unit/test_validator.py
ooi/tests/unit/test_wsgi.py
ooi/tests/unit/controllers/__init__.py
ooi/tests/unit/controllers/test_compute.py
ooi/tests/unit/controllers/test_helpers.py
ooi/tests/unit/controllers/test_ip_reservation.py
ooi/tests/unit/controllers/test_network.py
ooi/tests/unit/controllers/test_network_links.py
ooi/tests/unit/controllers/test_neutron_helper.py
ooi/tests/unit/controllers/test_nova_net_helper.py
ooi/tests/unit/controllers/test_query.py
ooi/tests/unit/controllers/test_security_group.py
ooi/tests/unit/controllers/test_securitygroup_link.py
ooi/tests/unit/controllers/test_storage.py
ooi/tests/unit/controllers/test_storage_links.py
ooi/tests/unit/occi/__init__.py
ooi/tests/unit/occi/test_occi_core.py
ooi/tests/unit/occi/test_occi_infrastructure.py
ooi/tests/unit/occi/test_openstack.py
ooi/tests/unit/occi/renderings/__init__.py
ooi/tests/unit/occi/renderings/base.py
ooi/tests/unit/occi/renderings/test_header.py
ooi/tests/unit/occi/renderings/test_json.py
ooi/tests/unit/occi/renderings/test_text.py
ooi/wsgi/__init__.py
ooi/wsgi/parsers.py
ooi/wsgi/serializers.py