From 48b519b5c62be33388b76fd25eebb5673d1e2c18 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Mon, 1 Apr 2019 12:22:42 -0400 Subject: [PATCH] Change USE_PYTHON3=True by default Since Stein, gate jobs have been using bionic nodes so they are running with python 3.6, so it makes sense to also default devstack itself to run with python3 by default. Depends-On: https://review.opendev.org/688731 Change-Id: I52b03caee0ba700da3a15035201ea6cd91baa06b --- stackrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stackrc b/stackrc index ab55e13512..c796f3ae26 100644 --- a/stackrc +++ b/stackrc @@ -136,7 +136,7 @@ if [[ -r $RC_DIR/.localrc.password ]]; then fi # Control whether Python 3 should be used at all. -export USE_PYTHON3=$(trueorfalse False USE_PYTHON3) +export USE_PYTHON3=$(trueorfalse True USE_PYTHON3) # Explicitly list services not to run under Python 3. See # disable_python3_package to edit this variable.