From 5d1ca03b833e96bd3ed42b585f89abec2c39b589 Mon Sep 17 00:00:00 2001 From: Yong Sheng Gong Date: Wed, 10 Jul 2013 18:38:21 +0800 Subject: [PATCH] remove binaries under bin bp: remove-bin-directory There are some binaries which are expected to run in branch, so we have to keep them there now. Change-Id: I5134d975cbd69f929a325ab80a6d19ce1f122656 --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.cfg b/setup.cfg index 4e3186286..227d17e96 100644 --- a/setup.cfg +++ b/setup.cfg @@ -86,6 +86,8 @@ console_scripts = neutron-ovs-cleanup = neutron.agent.ovs_cleanup_util:main neutron-ryu-agent = neutron.plugins.ryu.agent.ryu_neutron_agent:main neutron-server = neutron.server:main + neutron-rootwrap = neutron.openstack.common.rootwrap.cmd:main + neutron-usage-audit = neutron.cmd.usage_audit:main quantum-check-nvp-config = neutron.plugins.nicira.check_nvp_config:main quantum-db-manage = neutron.db.migration.cli:main quantum-debug = neutron.debug.shell:main @@ -103,6 +105,8 @@ console_scripts = quantum-ovs-cleanup = neutron.agent.ovs_cleanup_util:main quantum-ryu-agent = neutron.plugins.ryu.agent.ryu_neutron_agent:main quantum-server = neutron.server:main + quantum-rootwrap = neutron.openstack.common.rootwrap.cmd:main + quantum-usage-audit = neutron.cmd.usage_audit:main neutron.ml2.type_drivers = flat = neutron.plugins.ml2.drivers.type_flat:FlatTypeDriver local = neutron.plugins.ml2.drivers.type_local:LocalTypeDriver