]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Drop deprecated namespace for oslo.rootwrap
authorChangBo Guo(gcb) <eric.guo@easystack.cn>
Fri, 30 Jan 2015 14:56:42 +0000 (22:56 +0800)
committerChangBo Guo(gcb) <eric.guo@easystack.cn>
Sat, 31 Jan 2015 04:11:31 +0000 (12:11 +0800)
The oslo team is recommending everyone to switch to the
non-namespaced versions of libraries.[1]
oslo.rootwrap suggests use oslo_rootwrap.cmd:main.[2]

[1]https://blueprints.launchpad.net/oslo-incubator/+spec/drop-namespace-packages
[2]https://github.com/openstack/oslo.rootwrap#using

Change-Id: Ifa37c01b95c65bc3b4966283ff289dd724a7f8cd

setup.cfg

index 2b96561db20568daea03377fb2b5a98446024876..46fc5c20cc77482ed7c7297958be7671b5149e6e 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -110,7 +110,7 @@ console_scripts =
     neutron-ovs-cleanup = neutron.cmd.ovs_cleanup:main
     neutron-restproxy-agent = neutron.plugins.bigswitch.agent.restproxy_agent:main
     neutron-server = neutron.server:main
-    neutron-rootwrap = oslo.rootwrap.cmd:main
+    neutron-rootwrap = oslo_rootwrap.cmd:main
     neutron-usage-audit = neutron.cmd.usage_audit:main
     neutron-metering-agent = neutron.services.metering.agents.metering_agent:main
     neutron-ofagent-agent = neutron.plugins.ofagent.agent.main:main