Skip to content

Commit 48b519b

Browse files
mriedemjharbott
authored andcommitted
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
1 parent 39082a3 commit 48b519b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ if [[ -r $RC_DIR/.localrc.password ]]; then
136136
fi
137137

138138
# Control whether Python 3 should be used at all.
139-
export USE_PYTHON3=$(trueorfalse False USE_PYTHON3)
139+
export USE_PYTHON3=$(trueorfalse True USE_PYTHON3)
140140

141141
# Explicitly list services not to run under Python 3. See
142142
# disable_python3_package to edit this variable.

0 commit comments

Comments
 (0)