.coveragerc
.testr.conf
AUTHORS
CONTRIBUTING.rst
ChangeLog
HACKING.rst
LICENSE
MANIFEST.in
README.rst
babel.cfg
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/plugin.sh
devstack/settings
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.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/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.ini
networking_l2gw/db/migration/cli.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/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/HEAD
networking_l2gw/db/migration/alembic_migrations/versions/__init__.py
networking_l2gw/db/migration/alembic_migrations/versions/start_networking_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/shell.py
networking_l2gw/l2gatewayclient/version.py
networking_l2gw/l2gatewayclient/l2gateway/__init__.py
networking_l2gw/l2gatewayclient/l2gateway/v2_0/__init__.py
networking_l2gw/l2gatewayclient/l2gateway/v2_0/l2gateway.py
networking_l2gw/l2gatewayclient/l2gateway/v2_0/l2gateway_connection.py
networking_l2gw/l2gatewayclient/v2_0/__init__.py
networking_l2gw/l2gatewayclient/v2_0/client.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/base_connection.py
networking_l2gw/services/l2gateway/agent/ovsdb/manager.py
networking_l2gw/services/l2gateway/agent/ovsdb/ovsdb_monitor.py
networking_l2gw/services/l2gateway/agent/ovsdb/ovsdb_writer.py
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/ovsdb/__init__.py
networking_l2gw/services/l2gateway/ovsdb/data.py
networking_l2gw/tests/__init__.py
networking_l2gw/tests/api/__init__.py
networking_l2gw/tests/api/base_l2gw.py
networking_l2gw/tests/api/test_l2gw_extensions.py
networking_l2gw/tests/api/test_l2gw_negative.py
networking_l2gw/tests/tempest/__init__.py
networking_l2gw/tests/tempest/config.py
networking_l2gw/tests/tempest/etc/tempest.conf.sample
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/ovsdb/__init__.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_l2gateway.py
networking_l2gw/tests/unit/l2gatewayclient/test_cli20_l2gateway_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/ovsdb/__init__.py
networking_l2gw/tests/unit/services/l2gateway/ovsdb/test_data.py
specs/kilo/l2-gateway-api-implementation.rst
specs/kilo/l2-gateway-api.rst