[console_scripts]
neutron-check-nsx-config = vmware_nsx.check_nsx_config:main

[neutron.core_plugins]
vmware = vmware_nsx.plugin:NsxMhPlugin

[neutron.db.alembic_migrations]
vmware-nsx = vmware_nsx.db.migration:alembic_migrations

[neutron.service_plugins]
vmware_nsx_l2gw = vmware_nsx.services.l2gateway.common.plugin:NsxL2GatewayPlugin
vmware_nsx_qos = vmware_nsx.services.qos.plugin:NsxQosPlugin

[vmware_nsx.neutron.nsxv.router_type_drivers]
distributed = vmware_nsx.plugins.nsx_v.drivers.distributed_router_driver:RouterDistributedDriver
exclusive = vmware_nsx.plugins.nsx_v.drivers.exclusive_router_driver:RouterExclusiveDriver
shared = vmware_nsx.plugins.nsx_v.drivers.shared_router_driver:RouterSharedDriver

