Replace deprecated "auth_uri" by "www_authenticate_uri"

According to [1], "auth_uri" has been deprecated.
This patch replace it by using "www_authenticate_uri" instead.

Note that: the same patch has been merged [2],
however, there's still "auth_uri" remaining in the comment
and it might confuses the users.

[1] https://review.openstack.org/#/c/508522
[2] https://review.openstack.org/#/c/558386

Change-Id: I3cdb030593bc4b984b54a5580619dab14c4a8352
This commit is contained in:
Vu Cong Tuan 2018-05-11 09:02:27 +07:00
parent b74d7724fa
commit 0287cf1e94
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ password = {{ zaqar_service_user_password }}
#
# Complete public Identity API endpoint. (string value)
#auth_uri = <None>
#www_authenticate_uri = <None>
# API version of the admin Identity API endpoint. (string value)
#auth_version = <None>