diff --git a/playbooks/legacy/cinder-tempest-dsvm-lvm-lio/run.yaml b/playbooks/legacy/cinder-tempest-dsvm-lvm-lio/run.yaml index fe0b1cbb7aa..109a8426358 100644 --- a/playbooks/legacy/cinder-tempest-dsvm-lvm-lio/run.yaml +++ b/playbooks/legacy/cinder-tempest-dsvm-lvm-lio/run.yaml @@ -46,6 +46,11 @@ export PROJECTS="openstack/barbican $PROJECTS" export PROJECTS="openstack/python-barbicanclient $PROJECTS" export PYTHONUNBUFFERED=true + if [ "$ZUUL_BRANCH" == "master" ]; then + # Use os-brick head for master, use os-brick from + # pip for stable branches. + export DEVSTACK_PROJECT_FROM_GIT=os-brick + fi export DEVSTACK_GATE_TEMPEST=1 export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=1 # As we are setting DEVSTACK_GATE_TEMPEST_ALL_PLUGINS, we need to add