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