Merge "Deprecate auth_uri option"

This commit is contained in:
Zuul 2018-04-22 14:39:51 +00:00 committed by Gerrit Code Review
commit f51d685527
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}