From bc343dc92d4b8f25fc32d0d4039249ccdfb01304 Mon Sep 17 00:00:00 2001 From: Hong Hui Xiao Date: Mon, 29 Dec 2014 16:06:31 +0800 Subject: [PATCH] Delete the console scripts for lbaas and vpnaas Codes of lbaas and vnpaas have been moved out, so we need to remove these console scripts. Closes-Bug: #1405095 Change-Id: Id91161ecacd902d1dc28a4a0dd01da3778486a88 --- setup.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index dc5b1a450..f9d65f289 100644 --- a/setup.cfg +++ b/setup.cfg @@ -104,7 +104,6 @@ console_scripts = neutron-hyperv-agent = neutron.plugins.hyperv.agent.hyperv_neutron_agent:main neutron-ibm-agent = neutron.plugins.ibm.agent.sdnve_neutron_agent:main neutron-l3-agent = neutron.agent.l3.agent:main - neutron-lbaas-agent = neutron.services.loadbalancer.agent.agent:main neutron-linuxbridge-agent = neutron.plugins.linuxbridge.agent.linuxbridge_neutron_agent:main neutron-metadata-agent = neutron.agent.metadata.agent:main neutron-mlnx-agent = neutron.plugins.mlnx.agent.eswitch_neutron_agent:main @@ -119,7 +118,6 @@ console_scripts = neutron-server = neutron.server:main neutron-rootwrap = oslo.rootwrap.cmd:main neutron-usage-audit = neutron.cmd.usage_audit:main - neutron-vpn-agent = neutron.services.vpn.agent:main neutron-metering-agent = neutron.services.metering.agents.metering_agent:main neutron-ofagent-agent = neutron.plugins.ofagent.agent.main:main neutron-sriov-nic-agent = neutron.plugins.sriovnicagent.sriov_nic_agent:main -- 2.45.2