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

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

[neutron.service_plugins]
l2gw = networking_l2gw.services.l2gateway.plugin:L2GatewayPlugin

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

