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: I0f808e84ccacb952d4da22bfb4266c29e79b12a6
This commit is contained in:
caoyuan 2018-04-11 22:24:51 +08:00
parent 86117fd98c
commit 90796cfed9
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
[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