From 8a05eda535c33375556701fd25ed82449de7b14b Mon Sep 17 00:00:00 2001 From: Damian Dabrowski Date: Mon, 20 Feb 2023 19:12:08 +0100 Subject: [PATCH] Do not use openstack.osa.linear strategy plugin Custom linear plugin was added long time ago. Nowadays it causes issues with loop conditionals. It's not really needed these times. Everything works fine without it. I also didn't notice any performance degradation after disabling it on my AIO. Closes-Bug: #2007849 Change-Id: I566004cfeaa4d562265f22adc044cff3458430d1 --- scripts/openstack-ansible.rc | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/openstack-ansible.rc b/scripts/openstack-ansible.rc index 60dd510a0c..4398310b55 100644 --- a/scripts/openstack-ansible.rc +++ b/scripts/openstack-ansible.rc @@ -53,8 +53,6 @@ export ANSIBLE_SSH_ARGS="${ANSIBLE_SSH_ARGS:--C -o ControlMaster=auto -o Control export ANSIBLE_PIPELINING="${ANSIBLE_SSH_PIPELINING}" export ANSIBLE_FORKS="${ANSIBLE_FORKS:-OSA_ANSIBLE_FORKS}" -export ANSIBLE_STRATEGY="${ANSIBLE_STRATEGY:-openstack.osa.linear}" - export ANSIBLE_FORCE_HANDLERS="${ANSIBLE_FORCE_HANDLERS:-True}" export ANSIBLE_PYTHON_INTERPRETER="${ANSIBLE_PYTHON_INTERPRETER:-OSA_ANSIBLE_PYTHON_INTERPRETER}"