Merge "Update auth_uri option to www_authenticate_uri"

This commit is contained in:
Zuul 2018-04-25 21:10:10 +00:00 committed by Gerrit Code Review
commit a8bd5d9ad3
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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