Merge "Update auth_uri option to www_authenticate_uri"
This commit is contained in:
@@ -16,7 +16,7 @@ enabled_backends = solidfire
|
||||
connection = mysql+pymysql://cinder:password@mariadb/cinder?charset=utf8
|
||||
|
||||
[keystone_authtoken]
|
||||
auth_uri = http://keystone:5000
|
||||
www_authenticate_uri = http://keystone:5000
|
||||
auth_url = http://keystone:35357
|
||||
memcached_servers = keystone:11211
|
||||
auth_type = password
|
||||
|
||||
@@ -277,7 +277,7 @@ Install and configure components
|
||||
|
||||
[keystone_authtoken]
|
||||
# ...
|
||||
auth_uri = http://controller:5000
|
||||
www_authenticate_uri = http://controller:5000
|
||||
auth_url = http://controller:35357
|
||||
memcached_servers = controller:11211
|
||||
auth_type = password
|
||||
|
||||
@@ -167,7 +167,7 @@ Install and configure components
|
||||
|
||||
[keystone_authtoken]
|
||||
# ...
|
||||
auth_uri = http://controller:5000
|
||||
www_authenticate_uri = http://controller:5000
|
||||
auth_url = http://controller:35357
|
||||
memcached_servers = controller:11211
|
||||
auth_type = password
|
||||
|
||||
Reference in New Issue
Block a user