summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorEric Harney <eharney@redhat.com>2017-04-19 14:52:04 -0400
committerEric Harney <eharney@redhat.com>2017-05-24 12:50:33 +0000
commitd16dff9a08d1104540182f3aa36758dc89603fc0 (patch)
tree2bb3f8aec5014ed5bb56e039f5cef7456b0e9b57 /setup.cfg
parent60d3e01631cf5bf448ccfd4175b9150c702c97b4 (diff)
downloadglance_store-d16dff9a08d1104540182f3aa36758dc89603fc0.tar.gz
Initialize privsep root_helper command
Currently, when using the Cinder backend, Glance tries to execute os-brick commands directly using "privsep-helper". They should be launched via "glance-rootwrap". Depends-On: Ib7923543862275629d86a0fa76baa88722493bad Change-Id: I26d9474d4aadcc0e58e2fce746708f148138c71f
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 89f19ee..8ccefc9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -62,6 +62,7 @@ cinder =
python-cinderclient>=2.0.1 # Apache-2.0
os-brick>=1.8.0 # Apache-2.0
oslo.rootwrap>=5.0.0 # Apache-2.0
+ oslo.privsep>=1.9.0 # Apache-2.0
[build_sphinx]
source-dir = doc/source