[console_scripts]
neutron-l2gateway-agent = networking_l2gw.cmd.eventlet.agent:main

[neutron.db.alembic_migrations]
networking-l2gw = networking_l2gw.db.migration:alembic_migrations

[neutronclient.extension]
l2_gateway = networking_l2gw.l2gatewayclient.l2gw_client_ext._l2_gateway
l2_gateway_connection = networking_l2gw.l2gatewayclient.l2gw_client_ext._l2_gateway_connection

[tempest.test_plugins]
networking_l2gw = networking_l2gw.tests.tempest.plugin:NeutronL2gwTempestPlugin

