.coveragerc
.testr.conf
AUTHORS
CONTRIBUTING.rst
ChangeLog
HACKING.rst
LICENSE
README.rst
index.rst
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
devstack/admin-openrc.sh
devstack/apache-tricircle-api.template
devstack/local.conf.node_1.sample
devstack/local.conf.node_2.sample
devstack/local.conf.sample
devstack/plugin.sh
devstack/settings
devstack/verify_cross_pod_install.sh
devstack/verify_top_install.sh
doc/source/conf.py
doc/source/index.rst
doc/source/admin/api_v1.rst
doc/source/admin/cli.rst
doc/source/admin/index.rst
doc/source/configuration/configuration.rst
doc/source/configuration/index.rst
doc/source/contributor/contributing.rst
doc/source/contributor/index.rst
doc/source/install/index.rst
doc/source/install/installation-cell.rst
doc/source/install/installation-guide.rst
doc/source/install/installation-lbaas.rst
doc/source/install/installation-manual.rst
doc/source/install/multi-pod-installation-devstack.rst
doc/source/install/single-pod-installation-devstack.rst
doc/source/networking/index.rst
doc/source/networking/networking-guide-direct-provider-networks.rst
doc/source/networking/networking-guide-local-networking.rst
doc/source/networking/networking-guide-multiple-external-networks.rst
doc/source/networking/networking-guide-multiple-ns-with-ew-enabled.rst
doc/source/networking/networking-guide-single-external-network.rst
doc/source/networking/networking-guide.rst
doc/source/networking/networking-prerequisites.rst
doc/source/networking/networking-scenarios.rst
doc/source/networking/networking-terms.rst
doc/source/networking/service-function-chaining-guide.rst
doc/source/networking/vlan-aware-vms-guide.rst
doc/source/user/index.rst
doc/source/user/readme.rst
doc/source/user/usage.rst
etc/api-cfg-gen.conf
etc/policy-generator.conf
etc/xjob-cfg-gen.conf
releasenotes/config.yaml
releasenotes/notes/.placeholder
releasenotes/notes/add-lbaas-ebb1009abd3da0dd.yaml
releasenotes/notes/add-qos-policy-rule-f8f1529d7ad5d888.yaml
releasenotes/notes/add-service-function-chaining-fc2cf9a2e8610b91.yaml
releasenotes/notes/add-vlan-aware-vms-afa8c5a906f2ab49.yaml
releasenotes/notes/asynchronous-job-management-api-c16acb43b495af7c.yaml
releasenotes/notes/combine-bridge-network-c137a03f067c49a7.yaml
releasenotes/notes/enable-allowed-address-pairs-bca659413012b06c.yaml
releasenotes/notes/enable-router-az-and-simplify-net-topology-5ac8739b167e3e4a.yaml
releasenotes/notes/enable-update-default-securitygroup-9bb426021926d3e8.yaml
releasenotes/notes/flat-network-8634686c1fede7b2.yaml
releasenotes/notes/initial-release-notes-bd28a4a4bf1f84d2.yaml
releasenotes/notes/multi-gateway-ns-networking-fbd876c7659a55a9.yaml
releasenotes/notes/network-subnet-update-baed5ded548f7269.yaml
releasenotes/notes/port-base-update-6668b76c2346633c.yaml
releasenotes/notes/resource-routing-operation-649eb810911312ec.yaml
releasenotes/notes/support-pagination-for-async-job-81728e9cb7aef731.yaml
releasenotes/notes/support-pagination-for-resource-routing-list-13bcb0f1897dedf8.yaml
releasenotes/notes/support-wsgi-deployment-21eb19bcb04932f0.yaml
releasenotes/notes/vxlan-network-2a21433b4b691f72.yaml
releasenotes/source/conf.py
releasenotes/source/index.rst
releasenotes/source/ocata.rst
releasenotes/source/pike.rst
releasenotes/source/unreleased.rst
releasenotes/source/_static/.placeholder
releasenotes/source/_templates/.placeholder
specs/newton/cross-neutron-l2-networking.rst
specs/newton/dynamic-pod-binding.rst
specs/ocata/enhance-xjob-reliability.rst
specs/ocata/l3-networking-combined-bridge-net.rst
specs/ocata/legacy_tables_clean.rst
specs/ocata/local-neutron-plugin.rst
specs/pike/async_job_management.rst
specs/pike/cross-neutron-vxlan-networking.rst
specs/pike/l3-networking-multi-NS-with-EW-enabled.rst
specs/pike/quality-of-service.rst
specs/pike/smoke-test-engine.rst
specs/queens/lbaas.rst
specs/queens/resource_deleting.rst
tricircle/__init__.py
tricircle.egg-info/PKG-INFO
tricircle.egg-info/SOURCES.txt
tricircle.egg-info/dependency_links.txt
tricircle.egg-info/entry_points.txt
tricircle.egg-info/not-zip-safe
tricircle.egg-info/pbr.json
tricircle.egg-info/requires.txt
tricircle.egg-info/top_level.txt
tricircle/api/__init__.py
tricircle/api/app.py
tricircle/api/opts.py
tricircle/api/wsgi.py
tricircle/api/controllers/__init__.py
tricircle/api/controllers/job.py
tricircle/api/controllers/pod.py
tricircle/api/controllers/root.py
tricircle/api/controllers/routing.py
tricircle/cmd/__init__.py
tricircle/cmd/api.py
tricircle/cmd/manage.py
tricircle/cmd/xjob.py
tricircle/common/__init__.py
tricircle/common/baserpc.py
tricircle/common/client.py
tricircle/common/config.py
tricircle/common/constants.py
tricircle/common/context.py
tricircle/common/exceptions.py
tricircle/common/httpclient.py
tricircle/common/i18n.py
tricircle/common/lock_handle.py
tricircle/common/opts.py
tricircle/common/policy.py
tricircle/common/request_source.py
tricircle/common/resource_handle.py
tricircle/common/restapp.py
tricircle/common/rpc.py
tricircle/common/serializer.py
tricircle/common/topics.py
tricircle/common/utils.py
tricircle/common/version.py
tricircle/common/xrpcapi.py
tricircle/db/__init__.py
tricircle/db/api.py
tricircle/db/core.py
tricircle/db/migration_helpers.py
tricircle/db/models.py
tricircle/db/opts.py
tricircle/db/migrate_repo/__init__.py
tricircle/db/migrate_repo/migrate.cfg
tricircle/db/migrate_repo/versions/001_init.py
tricircle/db/migrate_repo/versions/002_resource.py
tricircle/db/migrate_repo/versions/003_shadow_agent.py
tricircle/db/migrate_repo/versions/004_fix_resource_routings_pod_id_length.py
tricircle/db/migrate_repo/versions/005_fix_cached_endpoints_pod_id_length.py
tricircle/db/migrate_repo/versions/006_add_project_id_to_async_jobs.py
tricircle/db/migrate_repo/versions/007_add_project_id_to_async_job_logs.py
tricircle/db/migrate_repo/versions/008_fix_shadow_agents_pod_id_length.py
tricircle/db/migrate_repo/versions/009_recycle_resources.py
tricircle/db/migrate_repo/versions/010_add_resource_routings_bottom_id_index.py
tricircle/db/migrate_repo/versions/__init__.py
tricircle/network/__init__.py
tricircle/network/central_fc_driver.py
tricircle/network/central_plugin.py
tricircle/network/central_qos_plugin.py
tricircle/network/central_sfc_driver.py
tricircle/network/central_sfc_plugin.py
tricircle/network/central_trunk_plugin.py
tricircle/network/exceptions.py
tricircle/network/helper.py
tricircle/network/local_l3_plugin.py
tricircle/network/local_plugin.py
tricircle/network/managers.py
tricircle/network/qos_driver.py
tricircle/network/security_groups.py
tricircle/network/drivers/__init__.py
tricircle/network/drivers/type_flat.py
tricircle/network/drivers/type_local.py
tricircle/network/drivers/type_vlan.py
tricircle/network/drivers/type_vxlan.py
tricircle/tempestplugin/gate_hook.sh
tricircle/tempestplugin/multi_gw_topology_test.yaml
tricircle/tempestplugin/post_test_hook.sh
tricircle/tempestplugin/pre_test_hook.sh
tricircle/tempestplugin/qos_policy_rule_test.yaml
tricircle/tempestplugin/run_yaml_test.py
tricircle/tempestplugin/sfc_test.yaml
tricircle/tempestplugin/single_gw_topology_test.yaml
tricircle/tempestplugin/smoke_test.sh
tricircle/tempestplugin/task_runner.py
tricircle/tempestplugin/tempest_network.sh
tricircle/tempestplugin/tempest_scenario.sh
tricircle/tempestplugin/trunk_test.yaml
tricircle/tests/__init__.py
tricircle/tests/base.py
tricircle/tests/functional/__init__.py
tricircle/tests/functional/api/__init__.py
tricircle/tests/functional/api/controllers/__init__.py
tricircle/tests/functional/api/controllers/test_job.py
tricircle/tests/functional/api/controllers/test_pod.py
tricircle/tests/functional/api/controllers/test_root.py
tricircle/tests/network_sdk/__init__.py
tricircle/tests/network_sdk/network_service.py
tricircle/tests/network_sdk/v2/__init__.py
tricircle/tests/network_sdk/v2/_proxy.py
tricircle/tests/network_sdk/v2/flow_classifier.py
tricircle/tests/network_sdk/v2/port_chain.py
tricircle/tests/network_sdk/v2/port_pair.py
tricircle/tests/network_sdk/v2/port_pair_group.py
tricircle/tests/network_sdk/v2/trunk.py
tricircle/tests/tricircle_sdk/__init__.py
tricircle/tests/tricircle_sdk/multiregion_network_service.py
tricircle/tests/tricircle_sdk/v1/__init__.py
tricircle/tests/tricircle_sdk/v1/_proxy.py
tricircle/tests/tricircle_sdk/v1/job.py
tricircle/tests/unit/__init__.py
tricircle/tests/unit/utils.py
tricircle/tests/unit/api/__init__.py
tricircle/tests/unit/api/controllers/__init__.py
tricircle/tests/unit/api/controllers/test_job.py
tricircle/tests/unit/api/controllers/test_pod.py
tricircle/tests/unit/api/controllers/test_routing.py
tricircle/tests/unit/common/__init__.py
tricircle/tests/unit/common/test_client.py
tricircle/tests/unit/common/test_exception.py
tricircle/tests/unit/common/test_httpclient.py
tricircle/tests/unit/common/test_lock_handle.py
tricircle/tests/unit/common/test_policy.py
tricircle/tests/unit/common/test_resource_handle.py
tricircle/tests/unit/common/test_utils.py
tricircle/tests/unit/db/__init__.py
tricircle/tests/unit/db/test_api.py
tricircle/tests/unit/db/test_models.py
tricircle/tests/unit/network/__init__.py
tricircle/tests/unit/network/test_central_plugin.py
tricircle/tests/unit/network/test_central_sfc_plugin.py
tricircle/tests/unit/network/test_central_trunk_plugin.py
tricircle/tests/unit/network/test_helper.py
tricircle/tests/unit/network/test_local_plugin.py
tricircle/tests/unit/network/test_qos.py
tricircle/tests/unit/network/test_security_groups.py
tricircle/tests/unit/xjob/__init__.py
tricircle/tests/unit/xjob/test_xmanager.py
tricircle/xjob/__init__.py
tricircle/xjob/opts.py
tricircle/xjob/xmanager.py
tricircle/xjob/xservice.py