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: Ia52b01dcf5e3436a07dcf1d60ae33fc2239cace0 Implements: blueprint deprecate-auth-uri-option
This commit is contained in:
parent
5eb9876439
commit
fd746ecfcc
@ -196,7 +196,7 @@ workers = {{ nova_conductor_workers | default(nova_api_threads) }}
|
||||
insecure = {{ keystone_service_internaluri_insecure | bool }}
|
||||
auth_type = {{ nova_keystone_auth_plugin }}
|
||||
auth_url = {{ keystone_service_adminuri }}
|
||||
auth_uri = {{ keystone_service_internaluri }}
|
||||
www_authenticate_uri = {{ keystone_service_internaluri }}
|
||||
project_domain_id = {{ nova_service_project_domain_id }}
|
||||
user_domain_id = {{ nova_service_user_domain_id }}
|
||||
project_name = {{ nova_service_project_name }}
|
||||
|
Loading…
Reference in New Issue
Block a user