From f684b015fefa450cb42f66e1615d4760377e7f4c Mon Sep 17 00:00:00 2001 From: ascerra Date: Sat, 22 Aug 2020 16:32:21 -0400 Subject: [PATCH] Fix for Issue #12. Adding the key value that sets the environment for the openstack cli command to reference for the task 'Read subnet info'. Without this is place we were seeing a msg 'missing value auth-url' --- roles/director/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/director/tasks/main.yml b/roles/director/tasks/main.yml index 062b280..13e7b29 100644 --- a/roles/director/tasks/main.yml +++ b/roles/director/tasks/main.yml @@ -139,6 +139,7 @@ shell: | set -o pipefail openstack subnet list | grep ctlplane-subnet | awk '{print $2}' | xargs + environment: "{{ osp_director_os_env_data }}" register: _osp_director_read_subnet_info - name: Setting a nameserver for the control plane