[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

[networking_cisco.ml2.nexus_driver]
ncclient = networking_cisco.plugins.ml2.drivers.cisco.nexus.nexus_network_driver:CiscoNexusSshDriver
restapi = networking_cisco.plugins.ml2.drivers.cisco.nexus.nexus_restapi_network_driver:CiscoNexusRestapiDriver

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

[neutron.ml2.extension_drivers]
cisco_n1kv_ext = networking_cisco.plugins.ml2.drivers.cisco.n1kv.n1kv_ext_driver:CiscoN1kvExtensionDriver

[neutron.ml2.mechanism_drivers]
cisco_n1kv = networking_cisco.plugins.ml2.drivers.cisco.n1kv.mech_cisco_n1kv:N1KVMechanismDriver
cisco_ncs = networking_cisco.plugins.ml2.drivers.cisco.ncs.driver:NCSMechanismDriver
cisco_nexus = networking_cisco.plugins.ml2.drivers.cisco.nexus.mech_cisco_nexus:CiscoNexusMechanismDriver
cisco_ucsm = networking_cisco.plugins.ml2.drivers.cisco.ucsm.mech_cisco_ucsm:CiscoUcsmMechanismDriver
ncs = networking_cisco.plugins.ml2.drivers.cisco.ncs.driver:NCSMechanismDriver

[neutron.ml2.type_drivers]
nexus_vxlan = networking_cisco.plugins.ml2.drivers.cisco.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
cisco_n1kv_net_profile = networking_cisco.plugins.ml2.drivers.cisco.n1kv.network_profile_service:NetworkProfilePlugin
cisco_n1kv_profile = networking_cisco.plugins.ml2.drivers.cisco.n1kv.policy_profile_service:PolicyProfilePlugin

[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

[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

