Deprecate auth_uri option
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: Id885b50194f386bc2480b9af89c747476ed8cbe1 Implements: blueprint deprecate-auth-uri-option
This commit is contained in:
parent
da46d8892e
commit
ef3cf6231a
@ -35,7 +35,7 @@ connection = mysql+pymysql://{{ sahara_galera_user }}:{{ sahara_container_mysql_
|
||||
insecure = {{ keystone_service_internaluri_insecure | bool }}
|
||||
auth_type = {{ sahara_keystone_auth_plugin }}
|
||||
auth_url = {{ keystone_service_adminurl }}
|
||||
auth_uri = {{ keystone_service_internaluri }}
|
||||
www_authenticate_uri = {{ keystone_service_internaluri }}
|
||||
project_domain_id = {{ sahara_service_project_domain_id }}
|
||||
user_domain_id = {{ sahara_service_user_domain_id }}
|
||||
project_name = {{ sahara_service_project_name }}
|
||||
|
Loading…
Reference in New Issue
Block a user