summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorThierry Carrez <thierry@openstack.org>2014-01-17 11:28:17 +0100
committerThierry Carrez <thierry@openstack.org>2014-01-20 09:12:23 +0100
commit7035ef485ef733c43ca9d22f1327e0ee551642e1 (patch)
tree7665c11a485b5af14840105dbcffff0a69d36779 /setup.cfg
parentc24e82d046abb4e64f83cb7201d717b9cb403517 (diff)
downloadcinder-7035ef485ef733c43ca9d22f1327e0ee551642e1.tar.gz
Use oslo.rootwrap library instead of local copy
Remove rootwrap code copied from oslo-incubator, make cinder-rootwrap a console_script entrypoint pointing in oslo.rootwrap instead. Change-Id: I4e924bc9fccd7f5a8522ac38b7c6d29683990ea8 Implements: blueprint cinder-oslo-rootwrap
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 8b6deed4e..71fddf1be 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -31,7 +31,6 @@ scripts =
bin/cinder-backup
bin/cinder-clear-rabbit-queues
bin/cinder-manage
- bin/cinder-rootwrap
bin/cinder-rpc-zmq-receiver
bin/cinder-rtstool
bin/cinder-scheduler
@@ -49,6 +48,8 @@ cinder.scheduler.weights =
AllocatedCapacityWeigher = cinder.scheduler.weights.capacity:AllocatedCapacityWeigher
CapacityWeigher = cinder.scheduler.weights.capacity:CapacityWeigher
ChanceWeigher = cinder.scheduler.weights.chance:ChanceWeigher
+console_scripts =
+ cinder-rootwrap = oslo.rootwrap.cmd:main
[build_sphinx]
all_files = 1