Update auth_uri option to www_authenticate_uri
Option auth_uri from group keystone_authtoken is deprecated[1]. Use option www_authenticate_uri from group keystone_authtoken. [1]https://review.openstack.org/#/c/508522/ Change-Id: I1bba8c648d0de4be6046a7b28076cdacf46d1b5b
This commit is contained in:
parent
534dce1da0
commit
a51c1c4236
@ -123,7 +123,7 @@ Edit the ``/etc/cinder/cinder.conf`` file. For example, on a RHEL-based system:
|
||||
[keystone_authtoken]
|
||||
# 10.0.0.11 is the Keystone VIP
|
||||
identity_uri = http://10.0.0.11:35357/
|
||||
auth_uri = http://10.0.0.11:5000/
|
||||
www_authenticate_uri = http://10.0.0.11:5000/
|
||||
admin_tenant_name = service
|
||||
admin_user = cinder
|
||||
admin_password = CINDER_PASS
|
||||
|
@ -123,7 +123,7 @@ Edit the ``/etc/cinder/cinder.conf`` file. For example, on a RHEL-based system:
|
||||
[keystone_authtoken]
|
||||
# 10.0.0.11 is the Keystone VIP
|
||||
identity_uri = http://10.0.0.11:35357/
|
||||
auth_uri = http://10.0.0.11:5000/
|
||||
www_authenticate_uri = http://10.0.0.11:5000/
|
||||
admin_tenant_name = service
|
||||
admin_user = cinder
|
||||
admin_password = CINDER_PASS
|
||||
|
Loading…
x
Reference in New Issue
Block a user