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:
parent
169a651b99
commit
359f902518
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user