From dca76ab40976241cd48417f91eaed8d74a31693f Mon Sep 17 00:00:00 2001 From: Ivar Lazzaro Date: Mon, 2 Mar 2015 10:56:36 -0800 Subject: [PATCH] Missing entry points for cisco apic topology agents Change-Id: I75eb481bac67436299b4ea3ac6bca6ea1a7dd4d6 Closes-Bug: 1427343 --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 6a5a5e5d4..360e489cc 100644 --- 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 -- 2.45.2