From: ChangBo Guo(gcb) Date: Sat, 31 Jan 2015 05:42:14 +0000 (+0800) Subject: Drop deprecated namespace for oslo.rootwrap X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=4c64299d738004c7e958daf3ac4877e3ec5aa443;p=openstack-build%2Fcinder-build.git 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: I677f682cf94047e9759c519ed8f3024710e0f4d6 --- diff --git a/setup.cfg b/setup.cfg index 4a72a101f..2f06b24ba 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,7 +47,7 @@ console_scripts = cinder-api = cinder.cmd.api:main cinder-backup = cinder.cmd.backup:main cinder-manage = cinder.cmd.manage:main - cinder-rootwrap = oslo.rootwrap.cmd:main + cinder-rootwrap = oslo_rootwrap.cmd:main cinder-rtstool = cinder.cmd.rtstool:main cinder-scheduler = cinder.cmd.scheduler:main cinder-volume = cinder.cmd.volume:main