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: If6eee4ecfb4c6c607c9ee762cc535cf5d6180d88
This commit is contained in:
caoyuan 2018-04-11 23:32:32 +08:00
parent 53141880c3
commit cf296c2ade
2 changed files with 3 additions and 3 deletions

View File

@ -364,7 +364,7 @@ defaults. Your specific environment may require more than this:
+-----------------------+-------------------------------+
| keystone_authtoken | admin_user |
+-----------------------+-------------------------------+
| keystone_authtoken | auth_uri |
| keystone_authtoken | www_authenticate_uri |
+-----------------------+-------------------------------+
| keystone_authtoken | auth_version |
+-----------------------+-------------------------------+

View File

@ -85,8 +85,8 @@
[keystone_authtoken]
# This group of config options are imported from keystone middleware. Thus the
# option names should match the names declared in the middleware.
# The auth_uri is the public endpoint and is returned in headers on a 401
# auth_uri = https://localhost:5000/v3
# The www_authenticate_uri is the public endpoint and is returned in headers on a 401
# www_authenticate_uri = https://localhost:5000/v3
# The auth_url is the admin endpoint actually used for validating tokens
# auth_url = https://localhost:35357/v3
# username = octavia