Use openstack.cloud.config module instead of deprecated os_client_config

Change-Id: I2e34b276b4616026b8b8381665425a4dad83e5f6
This commit is contained in:
Jonathan Rosser 2022-01-26 08:02:31 +00:00
parent e4f69b8eae
commit 23670ccf82

View File

@ -104,7 +104,7 @@
ansible_python_interpreter: "{{ openstack_service_setup_host_python_interpreter | default(ansible_facts['python']['executable']) }}"
tasks:
- name: Get openstack client config
openstack.cloud.os_client_config:
openstack.cloud.config:
- name: Show openstack client config
debug:
var: openstack.clouds