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
This commit is contained in:
Dan Smith 2023-09-21 07:14:22 -07:00
parent 169a651b99
commit 359f902518
1 changed files with 5 additions and 0 deletions

View File

@ -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