From 022882170b259008c568b1f42312937656a454d2 Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Fri, 30 Jan 2015 23:02:27 +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: I2e9b72c77316c8d097e7e49ab09fcb18ac33078c --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index cd07ed6e09..78a74c2b96 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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