summaryrefslogtreecommitdiff
path: root/playbooks
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2019-11-19 17:03:13 +0000
committerGhanshyam Mann <gmann@ghanshyammann.com>2019-11-19 17:05:53 +0000
commite1a79995b9267e1fc44b4a1282decd32b0498589 (patch)
treeac3c2f6d9c58f9dec28f900c06e2698619a1ab37 /playbooks
parent418be00155a9fa93c8f63bd1d847d2fb3410228b (diff)
downloadneutron-e1a79995b9267e1fc44b4a1282decd32b0498589.tar.gz
Explicit mention py2 for neutron-grenade job
Devstack is moving to py3 by default[1] and neutron-grenade will fail. There are patches up to drop the neutron-grenade job but those are not merged yet. let's keep this job runnable by explicitly mention the py2 and dropping plan will continue as it is. [1] http://lists.openstack.org/pipermail/openstack-discuss/2019-November/010938.html Change-Id: I086b5eee710b80e95703abb46a076aff5b7741f2
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/legacy/neutron-grenade/run.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/legacy/neutron-grenade/run.yaml b/playbooks/legacy/neutron-grenade/run.yaml
index 9b26a9be16..6041e2041c 100644
--- a/playbooks/legacy/neutron-grenade/run.yaml
+++ b/playbooks/legacy/neutron-grenade/run.yaml
@@ -43,6 +43,7 @@
set -x
export PROJECTS="openstack/grenade $PROJECTS"
export PYTHONUNBUFFERED=true
+ export DEVSTACK_GATE_USE_PYTHON3=False
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_GRENADE=pullup
export DEVSTACK_GATE_NEUTRON=1