[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

[openstack.neutronclient.v2]
l2gw_connection_create = networking_l2gw.l2gatewayclient.osc.l2gw_connection:CreateL2gwConnection
l2gw_connection_delete = networking_l2gw.l2gatewayclient.osc.l2gw_connection:DeleteL2gwConnection
l2gw_connection_list = networking_l2gw.l2gatewayclient.osc.l2gw_connection:ListL2gwConnection
l2gw_connection_show = networking_l2gw.l2gatewayclient.osc.l2gw_connection:ShowL2gwConnection
l2gw_create = networking_l2gw.l2gatewayclient.osc.l2gw:CreateL2gw
l2gw_delete = networking_l2gw.l2gatewayclient.osc.l2gw:DeleteL2gw
l2gw_list = networking_l2gw.l2gatewayclient.osc.l2gw:ListL2gw
l2gw_show = networking_l2gw.l2gatewayclient.osc.l2gw:ShowL2gw
l2gw_update = networking_l2gw.l2gatewayclient.osc.l2gw:UpdateL2gw

