[heat] Multi-region support for bootstrap

When bootstrapping, Heat was not setting a region explicitly, so it
could default to a region other than the one being deployed.

Change-Id: I0a0596a020fbff91ccc5b9f44f271eab220c88cd
This commit is contained in:
Jason 2019-03-11 17:44:44 -05:00 committed by Jason Anderson
parent 114521ccba
commit 44da1963ba
No known key found for this signature in database
GPG Key ID: 9207452BF63947DD
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
OS_USERNAME: "{{ openstack_auth.username }}"
OS_PASSWORD: "{{ openstack_auth.password }}"
OS_PROJECT_NAME: "{{ openstack_auth.project_name }}"
OS_REGION_NAME: "{{ openstack_region_name }}"
HEAT_DOMAIN_ADMIN_PASSWORD: "{{ heat_domain_admin_password }}"
image: "{{ heat_api.image }}"
labels: