Fix python3_enable to return true

Recent regression spotted by Dmitry Tantsur.
DevStack dropped Py2 support but the now-unused-in-devstack
python3_enable got its result nastily inversed.

Change-Id: I4b37cc847a24705c4955cec2e6e45f0514705f1b
This commit is contained in:
Radosław Piliszek 2020-06-30 17:52:10 +02:00
parent 48c0d38502
commit 3cbb33e5c6

View File

@ -446,7 +446,7 @@ function setup_package {
# Report whether python 3 should be used
# TODO(frickler): drop this once all legacy uses are removed
function python3_enabled {
return 1
return 0
}
# Provide requested python version and sets PYTHON variable