From 359f9025182c563584a95c26771696cbfad3060d Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Thu, 21 Sep 2023 07:14:22 -0700 Subject: [PATCH] Unset VENV python_interpreter in fips job This is set in the parent job, but will be wrong if we are not using a venv. Depends-On: https://review.opendev.org/c/openstack/devstack/+/896123 Change-Id: Iab82ccb68821d7e56f7cdb64a3dbafe313f1928b --- .zuul.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index a0967089e3..e61b685537 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -262,6 +262,11 @@ vars: configure_swap_size: 4096 nslookup_target: 'opendev.org' + devstack_local_conf: + post-config: + $GLANCE_API_CONF: + wsgi: + python_interpreter: $PYTHON devstack_localrc: USE_CINDER_FOR_GLANCE: True GLANCE_ENABLE_MULTIPLE_STORES: True