Update keystone_authtoken config reference
The auth_uri parameter of keystonemiddleware was renamed to 'www_authenticate_uri'[1], so update the documentation accordingly. [1] https://review.opendev.org/508522 Change-Id: Ie3967064493fafb68df8e56f3d3dc097fbd19cc4
This commit is contained in:
parent
26f9c092f3
commit
28dd8117ba
@ -356,7 +356,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
|
||||
|
@ -367,7 +367,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
|
||||
|
@ -355,7 +355,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
|
||||
|
Loading…
x
Reference in New Issue
Block a user