From 4c64299d738004c7e958daf3ac4877e3ec5aa443 Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Sat, 31 Jan 2015 13:42:14 +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: I677f682cf94047e9759c519ed8f3024710e0f4d6 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2