.coveragerc
.testr.conf
.zuul.yaml
AUTHORS
CONTRIBUTING.rst
ChangeLog
HACKING.rst
LICENSE
MANIFEST.in
README.rst
babel.cfg
bindep.txt
lower-constraints.txt
openstack-common.conf
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
contrib/README_install_and_config_l2gateway_plugin.rst
contrib/README_install_l2gateway_agent.rst
contrib/install_and_config_l2gateway_plugin.sh
contrib/install_l2gateway_agent.sh
contrib/neutron-l2gateway-agent.conf
debian/changelog
debian/compat
debian/control
debian/copyright
debian/rules
devstack/README.rst
devstack/devstackgaterc
devstack/plugin.sh
devstack/settings
doc/requirements.txt
doc/source/conf.py
doc/source/contributing.rst
doc/source/index.rst
doc/source/installation.rst
doc/source/readme.rst
doc/source/usage.rst
doc/source/images/L2GW_deployment.png
etc/l2gateway_agent.ini
etc/l2gw_plugin.ini
etc/policy.json
networking_l2gw/__init__.py
networking_l2gw/_i18n.py
networking_l2gw.egg-info/PKG-INFO
networking_l2gw.egg-info/SOURCES.txt
networking_l2gw.egg-info/dependency_links.txt
networking_l2gw.egg-info/entry_points.txt
networking_l2gw.egg-info/not-zip-safe
networking_l2gw.egg-info/pbr.json
networking_l2gw.egg-info/requires.txt
networking_l2gw.egg-info/top_level.txt
networking_l2gw/cmd/__init__.py
networking_l2gw/cmd/eventlet/__init__.py
networking_l2gw/cmd/eventlet/agent.py
networking_l2gw/db/__init__.py
networking_l2gw/db/l2gateway/__init__.py
networking_l2gw/db/l2gateway/db_query.py
networking_l2gw/db/l2gateway/head.py
networking_l2gw/db/l2gateway/l2gateway_db.py
networking_l2gw/db/l2gateway/l2gateway_models.py
networking_l2gw/db/l2gateway/ovsdb/__init__.py
networking_l2gw/db/l2gateway/ovsdb/lib.py
networking_l2gw/db/l2gateway/ovsdb/models.py
networking_l2gw/db/migration/__init__.py
networking_l2gw/db/migration/alembic_migrations/README
networking_l2gw/db/migration/alembic_migrations/__init__.py
networking_l2gw/db/migration/alembic_migrations/env.py
networking_l2gw/db/migration/alembic_migrations/script.py.mako
networking_l2gw/db/migration/alembic_migrations/versions/42438454c556_l2gateway_models.py
networking_l2gw/db/migration/alembic_migrations/versions/54c9c8fe22bf_db_models_for_ovsdb_hardware_vtep_schema.py
networking_l2gw/db/migration/alembic_migrations/versions/CONTRACT_HEAD
networking_l2gw/db/migration/alembic_migrations/versions/EXPAND_HEAD
networking_l2gw/db/migration/alembic_migrations/versions/__init__.py
networking_l2gw/db/migration/alembic_migrations/versions/kilo_release.py
networking_l2gw/db/migration/alembic_migrations/versions/start_networking_l2gw.py
networking_l2gw/db/migration/alembic_migrations/versions/liberty/contract/79919185aa99_initial_contract.py
networking_l2gw/db/migration/alembic_migrations/versions/liberty/expand/60019185aa99_initial_expand.py
networking_l2gw/db/migration/alembic_migrations/versions/newton/contract/2f533f7705dd_rename_tenant_to_project.py
networking_l2gw/db/migration/alembic_migrations/versions/newton/expand/49ce408ac349_add_indexes_to_tenant_id.py
networking_l2gw/db/migration/alembic_migrations/versions/queens/contract/0fb45e525aa9_add_standard_attribute_id_for_l2gw.py
networking_l2gw/db/migration/alembic_migrations/versions/queens/expand/8d7d772eafcf_add_standard_attribute_id_for_l2gw.py
networking_l2gw/extensions/__init__.py
networking_l2gw/extensions/l2gateway.py
networking_l2gw/extensions/l2gatewayconnection.py
networking_l2gw/l2gatewayclient/__init__.py
networking_l2gw/l2gatewayclient/l2gw_client_ext/__init__.py
networking_l2gw/l2gatewayclient/l2gw_client_ext/_l2_gateway.py
networking_l2gw/l2gatewayclient/l2gw_client_ext/_l2_gateway_connection.py
networking_l2gw/l2gatewayclient/osc/__init__.py
networking_l2gw/l2gatewayclient/osc/l2gw.py
networking_l2gw/l2gatewayclient/osc/l2gw_connection.py
networking_l2gw/services/__init__.py
networking_l2gw/services/l2gateway/__init__.py
networking_l2gw/services/l2gateway/agent_scheduler.py
networking_l2gw/services/l2gateway/exceptions.py
networking_l2gw/services/l2gateway/l2gw_agent.py
networking_l2gw/services/l2gateway/plugin.py
networking_l2gw/services/l2gateway/agent/__init__.py
networking_l2gw/services/l2gateway/agent/agent_api.py
networking_l2gw/services/l2gateway/agent/base_agent_manager.py
networking_l2gw/services/l2gateway/agent/l2gateway_config.py
networking_l2gw/services/l2gateway/agent/ovsdb/README.rst
networking_l2gw/services/l2gateway/agent/ovsdb/__init__.py
networking_l2gw/services/l2gateway/agent/ovsdb/api.py
networking_l2gw/services/l2gateway/agent/ovsdb/base_connection.py
networking_l2gw/services/l2gateway/agent/ovsdb/impl_idl.py
networking_l2gw/services/l2gateway/agent/ovsdb/manager.py
networking_l2gw/services/l2gateway/agent/ovsdb/ovsdb_common_class.py
networking_l2gw/services/l2gateway/agent/ovsdb/ovsdb_model.py
networking_l2gw/services/l2gateway/agent/ovsdb/ovsdb_monitor.py
networking_l2gw/services/l2gateway/agent/ovsdb/ovsdb_writer.py
networking_l2gw/services/l2gateway/agent/ovsdb/native/__init__.py
networking_l2gw/services/l2gateway/agent/ovsdb/native/commands.py
networking_l2gw/services/l2gateway/agent/ovsdb/native/connection.py
networking_l2gw/services/l2gateway/agent/ovsdb/vtep/vtep.ovsschema
networking_l2gw/services/l2gateway/common/__init__.py
networking_l2gw/services/l2gateway/common/config.py
networking_l2gw/services/l2gateway/common/constants.py
networking_l2gw/services/l2gateway/common/l2gw_validators.py
networking_l2gw/services/l2gateway/common/ovsdb_schema.py
networking_l2gw/services/l2gateway/common/topics.py
networking_l2gw/services/l2gateway/common/tunnel_calls.py
networking_l2gw/services/l2gateway/ovsdb/__init__.py
networking_l2gw/services/l2gateway/ovsdb/data.py
networking_l2gw/services/l2gateway/service_drivers/__init__.py
networking_l2gw/services/l2gateway/service_drivers/agent_api.py
networking_l2gw/services/l2gateway/service_drivers/rpc_l2gw.py
networking_l2gw/tests/__init__.py
networking_l2gw/tests/contrib/gate_hook.sh
networking_l2gw/tests/contrib/post_test_hook.sh
networking_l2gw/tests/unit/__init__.py
networking_l2gw/tests/unit/db/__init__.py
networking_l2gw/tests/unit/db/test_l2gw_db.py
networking_l2gw/tests/unit/db/test_migrations.py
networking_l2gw/tests/unit/db/ovsdb/__init__.py
networking_l2gw/tests/unit/db/ovsdb/test_idl_impl.py
networking_l2gw/tests/unit/db/ovsdb/test_lib.py
networking_l2gw/tests/unit/l2gatewayclient/__init__.py
networking_l2gw/tests/unit/l2gatewayclient/test_cli20.py
networking_l2gw/tests/unit/l2gatewayclient/test_cli20_l2gw_conn_ext.py
networking_l2gw/tests/unit/l2gatewayclient/test_cli20_l2gw_ext.py
networking_l2gw/tests/unit/l2gatewayclient/osc/__init__.py
networking_l2gw/tests/unit/l2gatewayclient/osc/fakes.py
networking_l2gw/tests/unit/l2gatewayclient/osc/test_osc_l2gw.py
networking_l2gw/tests/unit/l2gatewayclient/osc/test_osc_l2gw_connection.py
networking_l2gw/tests/unit/services/__init__.py
networking_l2gw/tests/unit/services/l2gateway/__init__.py
networking_l2gw/tests/unit/services/l2gateway/test_agent_scheduler.py
networking_l2gw/tests/unit/services/l2gateway/test_plugin.py
networking_l2gw/tests/unit/services/l2gateway/agent/__init__.py
networking_l2gw/tests/unit/services/l2gateway/agent/test_agent_api.py
networking_l2gw/tests/unit/services/l2gateway/agent/test_base_agent_manager.py
networking_l2gw/tests/unit/services/l2gateway/agent/test_l2gw_agent.py
networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb/__init__.py
networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb/test_base_connection.py
networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb/test_manager.py
networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb/test_ovsdb_monitor.py
networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb/test_ovsdb_writer.py
networking_l2gw/tests/unit/services/l2gateway/common/__init__.py
networking_l2gw/tests/unit/services/l2gateway/common/test_l2gw_validators.py
networking_l2gw/tests/unit/services/l2gateway/common/test_tunnel_calls.py
networking_l2gw/tests/unit/services/l2gateway/ovsdb/__init__.py
networking_l2gw/tests/unit/services/l2gateway/ovsdb/test_data.py
networking_l2gw/tests/unit/services/l2gateway/service_drivers/__init__.py
networking_l2gw/tests/unit/services/l2gateway/service_drivers/test_agent_api.py
networking_l2gw/tests/unit/services/l2gateway/service_drivers/test_rpc_l2gw.py
specs/kilo/l2-gateway-api-implementation.rst
specs/kilo/l2-gateway-api.rst
specs/newton/l2-border-gateway-api.rst
specs/newton/l2-border-gateway-implementation.rst
tools/pretty_tox_serial.sh
tools/test-setup.sh