[console_scripts]
neutron-bsn-agent = bsnstacklib.plugins.bigswitch.agent.restproxy_agent:main

[neutron.core_plugins]
bigswitch = neutron.plugins.bigswitch.plugin:NeutronRestProxyV2
bsn_core = bsnstacklib.plugins.bigswitch.plugin:NeutronRestProxyV2

[neutron.ml2.mechanism_drivers]
bigswitch = neutron.plugins.ml2.drivers.mech_bigswitch.driver:BigSwitchMechanismDriver
bsn_ml2 = bsnstacklib.plugins.ml2.drivers.mech_bigswitch.driver:BigSwitchMechanismDriver

[neutron.service_plugins]
bigswitch_l3 = neutron.plugins.bigswitch.l3_router_plugin:L3RestProxy
bsn_l3 = bsnstacklib.plugins.bigswitch.l3_router_plugin:L3RestProxy

