From eaa5521b6132cd46bd90b8b54dc77f2791aad25c Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Thu, 27 Nov 2014 17:54:55 +0000 Subject: Add authentication version to cinder --- openstack/etc/cinder/cinder.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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= +auth_version=v2.0 # Do not handle authorization requests within the middleware, # but delegate the authorization decision to downstream WSGI -- cgit v1.2.1