]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Missing entry points for cisco apic topology agents
authorIvar Lazzaro <ivarlazzaro@gmail.com>
Mon, 2 Mar 2015 18:56:36 +0000 (10:56 -0800)
committerIvar Lazzaro <ivarlazzaro@gmail.com>
Mon, 2 Mar 2015 18:56:36 +0000 (10:56 -0800)
Change-Id: I75eb481bac67436299b4ea3ac6bca6ea1a7dd4d6
Closes-Bug: 1427343

setup.cfg

index 6a5a5e5d472e0b28f9e29bcac715c3c7bf6c397a..360e489cc34d4d0f4299fa29481e80c74fc14977 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -116,6 +116,8 @@ console_scripts =
     neutron-ofagent-agent = neutron.plugins.ofagent.agent.main:main
     neutron-sriov-nic-agent = neutron.plugins.sriovnicagent.sriov_nic_agent:main
     neutron-sanity-check = neutron.cmd.sanity_check:main
+    neutron-cisco-apic-service-agent = neutron.plugins.ml2.drivers.cisco.apic.apic_topology:service_main
+    neutron-cisco-apic-host-agent = neutron.plugins.ml2.drivers.cisco.apic.apic_topology:agent_main
 neutron.core_plugins =
     bigswitch = neutron.plugins.bigswitch.plugin:NeutronRestProxyV2
     brocade = neutron.plugins.brocade.NeutronPlugin:BrocadePluginV2