Merge "remove binaries under bin"
This commit is contained in:
commit
60bc053946
@ -86,6 +86,8 @@ console_scripts =
|
|||||||
neutron-ovs-cleanup = neutron.agent.ovs_cleanup_util:main
|
neutron-ovs-cleanup = neutron.agent.ovs_cleanup_util:main
|
||||||
neutron-ryu-agent = neutron.plugins.ryu.agent.ryu_neutron_agent:main
|
neutron-ryu-agent = neutron.plugins.ryu.agent.ryu_neutron_agent:main
|
||||||
neutron-server = neutron.server: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-check-nvp-config = neutron.plugins.nicira.check_nvp_config:main
|
||||||
quantum-db-manage = neutron.db.migration.cli:main
|
quantum-db-manage = neutron.db.migration.cli:main
|
||||||
quantum-debug = neutron.debug.shell:main
|
quantum-debug = neutron.debug.shell:main
|
||||||
@ -103,6 +105,8 @@ console_scripts =
|
|||||||
quantum-ovs-cleanup = neutron.agent.ovs_cleanup_util:main
|
quantum-ovs-cleanup = neutron.agent.ovs_cleanup_util:main
|
||||||
quantum-ryu-agent = neutron.plugins.ryu.agent.ryu_neutron_agent:main
|
quantum-ryu-agent = neutron.plugins.ryu.agent.ryu_neutron_agent:main
|
||||||
quantum-server = neutron.server: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 =
|
neutron.ml2.type_drivers =
|
||||||
flat = neutron.plugins.ml2.drivers.type_flat:FlatTypeDriver
|
flat = neutron.plugins.ml2.drivers.type_flat:FlatTypeDriver
|
||||||
local = neutron.plugins.ml2.drivers.type_local:LocalTypeDriver
|
local = neutron.plugins.ml2.drivers.type_local:LocalTypeDriver
|
||||||
|
Loading…
Reference in New Issue
Block a user