From e6f55c57d5506503033aff2e3c9496efb40fabaa Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Wed, 30 Oct 2019 06:16:14 +0000 Subject: [ussuri][goal] Drop python 2.7 support and testing OpenStack is dropping the py2.7 support in ussuri cycle. Trove is ready with python 3 and ok to drop the python 2.7 support. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Change-Id: I6b448747c873bfc9c0138c0f7e3ca67ddce02dee --- playbooks/legacy/grenade-dsvm-trove/run.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'playbooks') diff --git a/playbooks/legacy/grenade-dsvm-trove/run.yaml b/playbooks/legacy/grenade-dsvm-trove/run.yaml index ea0eea9c..1cf2a67e 100644 --- a/playbooks/legacy/grenade-dsvm-trove/run.yaml +++ b/playbooks/legacy/grenade-dsvm-trove/run.yaml @@ -36,6 +36,7 @@ export DEVSTACK_GATE_TROVE=1 export TEMPEST_CONCURRENCY=2 export BRANCH_OVERRIDE=default + export DEVSTACK_GATE_USE_PYTHON3=True if [ "$BRANCH_OVERRIDE" != "default" ] ; then export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE fi -- cgit v1.2.1