.coveragerc
.testr.conf
AUTHORS
CONTRIBUTING.rst
ChangeLog
HACKING.rst
LICENSE
README.rst
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
devstack/admin-openrc.sh
devstack/local.conf.sample
devstack/local.conf.sample2
devstack/plugin.sh
devstack/settings
doc/source/api_v1.rst
doc/source/conf.py
doc/source/contributing.rst
doc/source/index.rst
doc/source/installation.rst
doc/source/readme.rst
doc/source/usage.rst
etc/api-cfg-gen.conf
etc/cinder_apigw-cfg-gen.conf
etc/nova_apigw-cfg-gen.conf
etc/xjob-cfg-gen.conf
releasenotes/notes/.placeholder
releasenotes/source/conf.py
releasenotes/source/index.rst
releasenotes/source/mitaka.rst
releasenotes/source/unreleased.rst
releasenotes/source/_static/.placeholder
releasenotes/source/_templates/.placeholder
specs/newton/cross-pod-l2-networking.rst
specs/newton/dynamic-pod-binding.rst
specs/ocata/dynamic-pod-binding.rst
trio2o/__init__.py
trio2o.egg-info/PKG-INFO
trio2o.egg-info/SOURCES.txt
trio2o.egg-info/dependency_links.txt
trio2o.egg-info/entry_points.txt
trio2o.egg-info/not-zip-safe
trio2o.egg-info/pbr.json
trio2o.egg-info/requires.txt
trio2o.egg-info/top_level.txt
trio2o/api/__init__.py
trio2o/api/app.py
trio2o/api/opts.py
trio2o/api/controllers/__init__.py
trio2o/api/controllers/pod.py
trio2o/api/controllers/root.py
trio2o/cinder_apigw/__init__.py
trio2o/cinder_apigw/app.py
trio2o/cinder_apigw/opts.py
trio2o/cinder_apigw/controllers/__init__.py
trio2o/cinder_apigw/controllers/root.py
trio2o/cinder_apigw/controllers/volume.py
trio2o/cinder_apigw/controllers/volume_actions.py
trio2o/cinder_apigw/controllers/volume_backup.py
trio2o/cinder_apigw/controllers/volume_metadata.py
trio2o/cinder_apigw/controllers/volume_type.py
trio2o/cmd/__init__.py
trio2o/cmd/api.py
trio2o/cmd/cinder_apigw.py
trio2o/cmd/manage.py
trio2o/cmd/nova_apigw.py
trio2o/cmd/xjob.py
trio2o/common/__init__.py
trio2o/common/az_ag.py
trio2o/common/baserpc.py
trio2o/common/client.py
trio2o/common/config.py
trio2o/common/constants.py
trio2o/common/context.py
trio2o/common/exceptions.py
trio2o/common/httpclient.py
trio2o/common/i18n.py
trio2o/common/lock_handle.py
trio2o/common/opts.py
trio2o/common/policy.py
trio2o/common/quota.py
trio2o/common/resource_handle.py
trio2o/common/restapp.py
trio2o/common/rpc.py
trio2o/common/serializer.py
trio2o/common/topics.py
trio2o/common/utils.py
trio2o/common/version.py
trio2o/common/xrpcapi.py
trio2o/common/scheduler/__init__.py
trio2o/common/scheduler/driver.py
trio2o/common/scheduler/filter_scheduler.py
trio2o/common/scheduler/pod_manager.py
trio2o/common/scheduler/filters/__init__.py
trio2o/common/scheduler/filters/base_filters.py
trio2o/common/scheduler/filters/bottom_pod_filter.py
trio2o/db/__init__.py
trio2o/db/api.py
trio2o/db/core.py
trio2o/db/migration_helpers.py
trio2o/db/models.py
trio2o/db/opts.py
trio2o/db/migrate_repo/__init__.py
trio2o/db/migrate_repo/migrate.cfg
trio2o/db/migrate_repo/versions/001_init.py
trio2o/db/migrate_repo/versions/002_resource.py
trio2o/db/migrate_repo/versions/__init__.py
trio2o/nova_apigw/__init__.py
trio2o/nova_apigw/app.py
trio2o/nova_apigw/opts.py
trio2o/nova_apigw/controllers/__init__.py
trio2o/nova_apigw/controllers/action.py
trio2o/nova_apigw/controllers/aggregate.py
trio2o/nova_apigw/controllers/flavor.py
trio2o/nova_apigw/controllers/image.py
trio2o/nova_apigw/controllers/micro_versions.py
trio2o/nova_apigw/controllers/network.py
trio2o/nova_apigw/controllers/quota_sets.py
trio2o/nova_apigw/controllers/root.py
trio2o/nova_apigw/controllers/root_versions.py
trio2o/nova_apigw/controllers/server.py
trio2o/nova_apigw/controllers/server_external_events.py
trio2o/nova_apigw/controllers/services.py
trio2o/nova_apigw/controllers/volume.py
trio2o/tempestplugin/README.rst
trio2o/tempestplugin/__init__.py
trio2o/tempestplugin/config.py
trio2o/tempestplugin/gate_hook.sh
trio2o/tempestplugin/plugin.py
trio2o/tempestplugin/post_test_hook.sh
trio2o/tempestplugin/pre_test_hook.sh
trio2o/tempestplugin/tempest_compute.sh
trio2o/tempestplugin/tempest_scenario.sh
trio2o/tempestplugin/tempest_volume.sh
trio2o/tempestplugin/services/__init__.py
trio2o/tempestplugin/tests/__init__.py
trio2o/tempestplugin/tests/api/__init__.py
trio2o/tempestplugin/tests/api/base.py
trio2o/tempestplugin/tests/api/test_sample.py
trio2o/tempestplugin/tests/scenario/__init__.py
trio2o/tests/__init__.py
trio2o/tests/base.py
trio2o/tests/functional/__init__.py
trio2o/tests/functional/api/__init__.py
trio2o/tests/functional/api/controllers/__init__.py
trio2o/tests/functional/api/controllers/test_pod.py
trio2o/tests/functional/api/controllers/test_root.py
trio2o/tests/functional/cinder_apigw/__init__.py
trio2o/tests/functional/cinder_apigw/controllers/__init__.py
trio2o/tests/functional/cinder_apigw/controllers/test_root.py
trio2o/tests/functional/cinder_apigw/controllers/test_volume.py
trio2o/tests/functional/nova_apigw/__init__.py
trio2o/tests/functional/nova_apigw/controllers/__init__.py
trio2o/tests/functional/nova_apigw/controllers/test_microversion.py
trio2o/tests/functional/nova_apigw/controllers/test_quota_sets.py
trio2o/tests/functional/nova_apigw/controllers/test_root.py
trio2o/tests/unit/__init__.py
trio2o/tests/unit/api/__init__.py
trio2o/tests/unit/api/controllers/__init__.py
trio2o/tests/unit/api/controllers/test_pod.py
trio2o/tests/unit/cinder_apigw/__init__.py
trio2o/tests/unit/cinder_apigw/controllers/__init__.py
trio2o/tests/unit/cinder_apigw/controllers/test_volume.py
trio2o/tests/unit/cinder_apigw/controllers/test_volume_actions.py
trio2o/tests/unit/cinder_apigw/controllers/test_volume_backups.py
trio2o/tests/unit/common/__init__.py
trio2o/tests/unit/common/test_az_ag.py
trio2o/tests/unit/common/test_client.py
trio2o/tests/unit/common/test_exception.py
trio2o/tests/unit/common/test_httpclient.py
trio2o/tests/unit/common/test_policy.py
trio2o/tests/unit/common/test_quota.py
trio2o/tests/unit/common/scheduler/__init__.py
trio2o/tests/unit/common/scheduler/test_filter_scheduler.py
trio2o/tests/unit/common/scheduler/test_pod_manager.py
trio2o/tests/unit/db/__init__.py
trio2o/tests/unit/db/test_api.py
trio2o/tests/unit/db/test_models.py
trio2o/tests/unit/nova_apigw/__init__.py
trio2o/tests/unit/nova_apigw/controllers/__init__.py
trio2o/tests/unit/nova_apigw/controllers/test_action.py
trio2o/tests/unit/nova_apigw/controllers/test_aggregate.py
trio2o/tests/unit/nova_apigw/controllers/test_flavor.py
trio2o/tests/unit/nova_apigw/controllers/test_server.py
trio2o/tests/unit/nova_apigw/controllers/test_volume.py
trio2o/tests/unit/xjob/__init__.py
trio2o/tests/unit/xjob/test_xmanager.py
trio2o/xjob/__init__.py
trio2o/xjob/opts.py
trio2o/xjob/xmanager.py
trio2o/xjob/xservice.py