From 23670ccf8269697d0f11af220f7f9168a8468709 Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Wed, 26 Jan 2022 08:02:31 +0000 Subject: [PATCH] Use openstack.cloud.config module instead of deprecated os_client_config Change-Id: I2e34b276b4616026b8b8381665425a4dad83e5f6 --- playbooks/healthcheck-infrastructure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/healthcheck-infrastructure.yml b/playbooks/healthcheck-infrastructure.yml index 13a2ae179a..965b346f40 100644 --- a/playbooks/healthcheck-infrastructure.yml +++ b/playbooks/healthcheck-infrastructure.yml @@ -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