Pass nova_service_region to service_setup tasks

This was missing so the default RegionOne would always be used.

Change-Id: I490cca6caba471ee1a32ea7eb2a3a9b261af6925
This commit is contained in:
Jonathan Rosser 2019-12-07 12:30:39 +00:00
parent 253a2ff610
commit 2fbf7dca9b
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@
_service_setup_host: "{{ nova_service_setup_host }}"
_service_setup_host_python_interpreter: "{{ nova_service_setup_host_python_interpreter }}"
_service_project_name: "{{ nova_service_project_name }}"
_service_region: "{{ nova_service_region }}"
_service_users:
- name: "{{ nova_service_user_name }}"
password: "{{ nova_service_password }}"