Drop deprecated namespace for oslo.rootwrap

The oslo team is recommending everyone to switch to the
non-namespaced versions of libraries.[1]
oslo.rootwrap suggests to 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: I2e9b72c77316c8d097e7e49ab09fcb18ac33078c
This commit is contained in:
ChangBo Guo(gcb)
2015-01-30 23:02:27 +08:00
committed by ChangBo Guo(gcb)
parent afeb8a7b0e
commit 022882170b

View File

@@ -48,7 +48,7 @@ console_scripts =
nova-network = nova.cmd.network:main
nova-novncproxy = nova.cmd.novncproxy:main
nova-objectstore = nova.cmd.objectstore:main
nova-rootwrap = oslo.rootwrap.cmd:main
nova-rootwrap = oslo_rootwrap.cmd:main
nova-scheduler = nova.cmd.scheduler:main
nova-serialproxy = nova.cmd.serialproxy:main
nova-spicehtml5proxy = nova.cmd.spicehtml5proxy:main