From: Hong Hui Xiao Date: Mon, 29 Dec 2014 08:06:31 +0000 (+0800) Subject: Delete the console scripts for lbaas and vpnaas X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=bc343dc92d4b8f25fc32d0d4039249ccdfb01304;p=openstack-build%2Fneutron-build.git 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 --- 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