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.

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

Change-Id: Id773a00c333c2f81421afef639cbba528d5bc589
This commit is contained in:
Vu Cong Tuan 2018-05-11 09:32:34 +07:00
parent d8cd9860de
commit 6dc4279b20
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ Edit keystone section in `/etc/kuryr/kuryr.conf`, replace ADMIN_PASSWORD:
::
auth_uri = http://127.0.0.1:35357/v2.0
www_authenticate_uri = http://127.0.0.1:35357/v2.0
admin_user = admin
admin_tenant_name = service
admin_password = ADMIN_PASSWORD