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:
parent
d8cd9860de
commit
6dc4279b20
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user