Turn off global venv in rally jobs

Devstack's recent global venv changes [1]
resulted in our rally jobs being broken.
We can turn off the GLOBAL_VENV logic in
devstack for these jobs while we investigate
how to fix this elsewhere.

Change-Id: I8c3483b9cee7337f48742989b3ddc90b7d09a6b2
Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
This commit is contained in:
Goutham Pacha Ravi 2023-08-16 15:25:19 -07:00
parent 624dbabc25
commit 5a4404f059
1 changed files with 4 additions and 0 deletions

View File

@ -70,6 +70,8 @@
rally_task: rally-jobs/rally-manila-no-ss.yaml
devstack_plugins:
rally-openstack: https://opendev.org/openstack/rally-openstack
devstack_localrc:
GLOBAL_VENV: false
required-projects:
- openstack/rally-openstack
@ -81,5 +83,7 @@
rally_task: rally-jobs/rally-manila.yaml
devstack_plugins:
rally-openstack: https://opendev.org/openstack/rally-openstack
devstack_localrc:
GLOBAL_VENV: false
required-projects:
- openstack/rally-openstack