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

[neutron.db.alembic_migrations]
bsn_extensions = networking_bigswitch.plugins.bigswitch.db.migration:alembic_migrations

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

[neutron.service_plugins]
bsn_l3 = networking_bigswitch.plugins.bigswitch.l3_router_plugin:L3RestProxy
bsn_service_plugin = networking_bigswitch.plugins.bigswitch.bsn_service_plugin:BSNServicePlugin

