From bfd74942df650cc548755f143c4ba424ed86f9fc Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Sat, 31 Jan 2015 13:44:28 +0800 Subject: [PATCH] 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: I1fb59b43912afb4b2f85ecade1ee1a7154c9efba --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 174b5a231d..3ba7197948 100755 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,7 @@ console_scripts = ironic-api = ironic.cmd.api:main ironic-dbsync = ironic.cmd.dbsync:main ironic-conductor = ironic.cmd.conductor:main - ironic-rootwrap = oslo.rootwrap.cmd:main + ironic-rootwrap = oslo_rootwrap.cmd:main ironic-nova-bm-migrate = ironic.migrate_nova.migrate_db:main ironic.dhcp =