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

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 }}"
Reference in New Issue
openstack/openstack-ansible-os_nova
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.