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:
parent
253a2ff610
commit
2fbf7dca9b
@ -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 }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user