[console_scripts]
cpnr-rootwrap = oslo_rootwrap.cmd:main
neutron-cisco-db-tool = networking_cisco.ml2_drivers.ndfc.db_tool:main
neutron-cisco-topology-agent = networking_cisco.agent.agent:main

[neutron.api.extensions]
address-scope = networking_cisco.ml2_drivers.ndfc.extension_overrides.patched_address_scope:Patched_address_scope
nd-network-deploy = networking_cisco.ml2_drivers.ndfc.extensions.ndfc_network_deploy:Ndfc_network_deploy

[neutron.core_plugins]
nd_ml2 = networking_cisco.plugins.ml2.nd_ml2:NdMl2Plugin

[neutron.db.alembic_migrations]
networking-cisco = networking_cisco.db.migration:alembic_migrations

[neutron.ml2.extension_drivers]
nd_extension_driver = networking_cisco.ml2_drivers.ndfc.extension_driver:NdExtensionDriver

[neutron.ml2.mechanism_drivers]
ndfc = networking_cisco.ml2_drivers.ndfc.mech_ndfc:NDFCMechanismDriver

[neutron.ml2.type_drivers]
nd = networking_cisco.ml2_drivers.ndfc.type_nd:NdfcNdTypeDriver

[neutronclient.extension]
hosting_device_scheduler = networking_cisco.neutronclient.hostingdevicescheduler
hosting_device_templates = networking_cisco.neutronclient.hostingdevicetemplate
hosting_devices = networking_cisco.neutronclient.hostingdevice
nd_address_scope = networking_cisco.neutronclient.ndfc_address_scope
network_profile = networking_cisco.neutronclient.networkprofile
policy_profile = networking_cisco.neutronclient.policyprofile
router_scheduler = networking_cisco.neutronclient.routerscheduler
router_types = networking_cisco.neutronclient.routertype

[openstack.cli.address_scope_create]
address_scope_create_extension = networking_cisco.osc.v2.address_scope:CreateAddressScopeNd

[openstack.cli.address_scope_show]
address_scope_show_extension = networking_cisco.osc.v2.address_scope:ShowAddressScopeNd

[openstack.cli.network_set]
network_set_extension = networking_cisco.osc.v2.network:SetNetworkNdStatus

[openstack.cli.network_show]
network_show_extension = networking_cisco.osc.v2.network:ShowNetworkNdStatus

[oslo.config.opts]
networking_cisco.nexus = networking_cisco.config.opts:list_nexus_conf_opts
networking_cisco.nexus_vxlan_type_driver = networking_cisco.config.opts:list_nexus_vxlan_type_driver_conf_opts
networking_cisco.router_plugin = networking_cisco.config.opts:list_asr_conf_opts
networking_cisco.ucsm = networking_cisco.config.opts:list_ucsm_conf_opts

[tempest.test_plugins]
networking_cisco_tempest_plugin = networking_cisco_tempest_plugin.plugin:NetworkingCiscoTempestPlugin
