Export missing projects in Rally legacy jobs

Change-Id: Ib83e33b750b8bb019bbcfb62d5491c83b64b0817
This commit is contained in:
Boris Pavlovic 2017-09-29 15:18:23 -07:00 committed by Andreas Jaeger
parent 2569dbf03a
commit e053e5a11f
2 changed files with 2 additions and 1 deletions

View File

@ -31,6 +31,7 @@
export DEVSTACK_GATE_FEATURE_MATRIX="/opt/stack/new/rally/devstack/features.yaml"
fi
export PROJECTS="openstack/gnocchi $PROJECTS"
export PROJECTS="openstack/rally $PROJECTS"
export DEVSTACK_GATE_NEUTRON=1

View File

@ -31,8 +31,8 @@
export DEVSTACK_GATE_FEATURE_MATRIX="/opt/stack/new/rally/devstack/features.yaml"
fi
export PROJECTS="openstack/dib-utils $PROJECTS"
export PROJECTS="openstack/rally $PROJECTS"
export DEVSTACK_GATE_NEUTRON=1
export DEVSTACK_GATE_HORIZON=1
export DEVSTACK_GATE_NEUTRON_EXTENSIONS=0