Define keystone region name.
If multiple regions exist, keystone_authtoken should contain region_name. This prevents the nova service from authenticating across regions. Change-Id: I886b730109adef93145c632f03b6c1eb1072bd81
This commit is contained in:
parent
472e0afbfb
commit
2974df5521
@ -204,6 +204,7 @@ user_domain_id = {{ nova_service_user_domain_id }}
|
||||
project_name = {{ nova_service_project_name }}
|
||||
username = {{ nova_service_user_name }}
|
||||
password = {{ nova_service_password }}
|
||||
region_name = {{ keystone_service_region }}
|
||||
|
||||
memcached_servers = {{ memcached_servers }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user