Use openstack.cloud.config module instead of deprecated os_client_config
Change-Id: I2e34b276b4616026b8b8381665425a4dad83e5f6
This commit is contained in:
parent
e4f69b8eae
commit
23670ccf82
@ -104,7 +104,7 @@
|
|||||||
ansible_python_interpreter: "{{ openstack_service_setup_host_python_interpreter | default(ansible_facts['python']['executable']) }}"
|
ansible_python_interpreter: "{{ openstack_service_setup_host_python_interpreter | default(ansible_facts['python']['executable']) }}"
|
||||||
tasks:
|
tasks:
|
||||||
- name: Get openstack client config
|
- name: Get openstack client config
|
||||||
openstack.cloud.os_client_config:
|
openstack.cloud.config:
|
||||||
- name: Show openstack client config
|
- name: Show openstack client config
|
||||||
debug:
|
debug:
|
||||||
var: openstack.clouds
|
var: openstack.clouds
|
||||||
|
Loading…
x
Reference in New Issue
Block a user