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:
Colleen Murphy 2019-06-12 15:08:39 -07:00
parent 26f9c092f3
commit 28dd8117ba
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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