]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Delete the console scripts for lbaas and vpnaas
authorHong Hui Xiao <xiaohhui@cn.ibm.com>
Mon, 29 Dec 2014 08:06:31 +0000 (16:06 +0800)
committerHong Hui Xiao <xiaohhui@cn.ibm.com>
Wed, 31 Dec 2014 10:30:03 +0000 (18:30 +0800)
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

index dc5b1a4502b499474fbf1c681d45e7db0757d146..f9d65f289e7f8d5141f72e2fd9b93218211bd5e5 100644 (file)
--- 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