From 3200de090d44419f8a80835424c140fcd69e2a1e Mon Sep 17 00:00:00 2001 From: Olivier Bourdon Date: Wed, 26 Sep 2018 16:33:47 +0200 Subject: [PATCH] Fix healthcheck-hosts to work when behind a proxy Change-Id: I7155c9f77135187969c2122a96e11c3b4262fc04 --- playbooks/healthcheck-hosts.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/healthcheck-hosts.yml b/playbooks/healthcheck-hosts.yml index c8cc46386e..ea0e209ec5 100644 --- a/playbooks/healthcheck-hosts.yml +++ b/playbooks/healthcheck-hosts.yml @@ -53,6 +53,7 @@ get_url: url: https://git.openstack.org/cgit/openstack/openstack-ansible/plain/ansible-role-requirements.yml dest: /tmp/osa-master-requirements + environment: "{{ deployment_environment_variables | default({}) }}" # Test extra settings before setup-infrastructure - name: Ensure settings are not wrong with the usual suspects issues before trying to deploy infra