[console_scripts]
cpnr-dhcp-relay = networking_cisco.plugins.cisco.cpnr.cpnr_dhcp_relay_service:main
cpnr-dhcp-relay-agent = networking_cisco.plugins.cisco.cpnr.cpnr_dhcp_relay_agent:main
cpnr-dns-relay = networking_cisco.plugins.cisco.cpnr.cpnr_dns_relay_service:main
cpnr-dns-relay-agent = networking_cisco.plugins.cisco.cpnr.cpnr_dns_relay_agent:main
cpnr-rootwrap = oslo_rootwrap.cmd:main
fabric-enabler-agent = networking_cisco.apps.saf.dfa_enabler_agent:dfa_agent
fabric-enabler-cli = networking_cisco.apps.saf.dfa_cli:dfa_cli
fabric-enabler-server = networking_cisco.apps.saf.dfa_enabler_server:dfa_server
neutron-cisco-cfg-agent = networking_cisco.plugins.cisco.cfg_agent.cfg_agent:main
neutron-cisco-db-tool = networking_cisco.ml2_drivers.ndfc.db_tool:main
neutron-cisco-topology-agent = networking_cisco.agent.agent:main

[networking_cisco.ml2.nexus_driver]
restapi = networking_cisco.ml2_drivers.nexus.nexus_restapi_network_driver:CiscoNexusRestapiDriver

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

[neutron.ml2.extension_drivers]
cisco_providernet_ext = networking_cisco.ml2_drivers.nexus.extensions.cisco_providernet:CiscoProviderNetDriver

[neutron.ml2.mechanism_drivers]
cisco_nexus = networking_cisco.ml2_drivers.nexus.mech_cisco_nexus:CiscoNexusMechanismDriver
cisco_ucsm = networking_cisco.ml2_drivers.ucsm.mech_cisco_ucsm:CiscoUcsmMechanismDriver
ndfc = networking_cisco.ml2_drivers.ndfc.mech_ndfc:NDFCMechanismDriver

[neutron.ml2.type_drivers]
nexus_vxlan = networking_cisco.ml2_drivers.nexus.type_nexus_vxlan:NexusVxlanTypeDriver

[neutron.service_plugins]
cisco_device_manager = networking_cisco.plugins.cisco.service_plugins.cisco_device_manager_plugin:CiscoDeviceManagerPlugin
cisco_l3_routing = networking_cisco.plugins.cisco.service_plugins.cisco_router_plugin:CiscoRouterPlugin

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

[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

[services.firewall.native.drivers]
native = networking_cisco.apps.saf.server.services.firewall.native.drivers.native:NativeFirewall
phy_asa = networking_cisco.apps.saf.server.services.firewall.native.drivers.phy_asa:PhyAsa

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