Switch multinode grenade jobs to python3

neutron-grenade stays on python 2 and we already have grenade-py3 job
for single node python 3

Change-Id: Idf99b9755598a7f3d9e8df9a0d936643a82381e5
This commit is contained in:
Bernard Cafarelli 2019-02-12 16:22:24 +01:00
parent 584cc54e79
commit 789438ec9a
No known key found for this signature in database
GPG Key ID: D148244A3C2462BD
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@
export DEVSTACK_GATE_NEUTRON=1
export DEVSTACK_GATE_CONFIGDRIVE=0
export DEVSTACK_GATE_GRENADE=pullup
export DEVSTACK_GATE_USE_PYTHON3=True
# Test DVR upgrade on multinode
export PROJECTS="openstack-dev/grenade $PROJECTS"
export DEVSTACK_GATE_NEUTRON_DVR=1

View File

@ -31,6 +31,7 @@
export DEVSTACK_GATE_NEUTRON=1
export DEVSTACK_GATE_CONFIGDRIVE=0
export DEVSTACK_GATE_GRENADE=pullup
export DEVSTACK_GATE_USE_PYTHON3=True
export PROJECTS="openstack-dev/grenade $PROJECTS"
# Default to non DVR
export DEVSTACK_GATE_NEUTRON_DVR=0