summaryrefslogtreecommitdiff
path: root/openstack/etc
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-11-27 17:54:55 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-11 18:30:30 +0000
commit7cc69f43c188d4696444cd2c44883e3025aa5b2f (patch)
tree955b3c505de8858af9e0c2323a634721995d7ebc /openstack/etc
parentcf2c7b740ce9dd2c0084db3894195e1909c91dd0 (diff)
downloaddefinitions-7cc69f43c188d4696444cd2c44883e3025aa5b2f.tar.gz
Add authentication version to cinder
Diffstat (limited to 'openstack/etc')
-rw-r--r--openstack/etc/cinder/cinder.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/etc/cinder/cinder.conf b/openstack/etc/cinder/cinder.conf
index c67c80c6..e3bce41d 100644
--- a/openstack/etc/cinder/cinder.conf
+++ b/openstack/etc/cinder/cinder.conf
@@ -2561,7 +2561,7 @@ auth_uri=$auth_protocol://$auth_host:$auth_port
# API version of the admin Identity API endpoint (string
# value)
-#auth_version=<None>
+auth_version=v2.0
# Do not handle authorization requests within the middleware,
# but delegate the authorization decision to downstream WSGI