From 8860933d3213c728bc0f9b8a4fdb61475f02c1c3 Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Fri, 30 Jan 2015 22:56:42 +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 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: Ifa37c01b95c65bc3b4966283ff289dd724a7f8cd --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2b96561db..46fc5c20c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -110,7 +110,7 @@ console_scripts = neutron-ovs-cleanup = neutron.cmd.ovs_cleanup:main neutron-restproxy-agent = neutron.plugins.bigswitch.agent.restproxy_agent:main neutron-server = neutron.server:main - neutron-rootwrap = oslo.rootwrap.cmd:main + neutron-rootwrap = oslo_rootwrap.cmd:main neutron-usage-audit = neutron.cmd.usage_audit:main neutron-metering-agent = neutron.services.metering.agents.metering_agent:main neutron-ofagent-agent = neutron.plugins.ofagent.agent.main:main -- 2.45.2