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:
Tim Laszlo 2016-07-19 10:54:23 -05:00
parent 472e0afbfb
commit 2974df5521
1 changed files with 1 additions and 0 deletions

View File

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