Skip to content

Commit 02ca8da

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "doc: Add USE_PYTHON3 to configuration guide"
2 parents b38cb6d + dae1041 commit 02ca8da

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

doc/source/configuration.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,16 @@ Python bindings added when they are enabled.
446446

447447
ADDITIONAL_VENV_PACKAGES="python-foo, python-bar"
448448

449+
Use python3
450+
------------
451+
452+
By default ``stack.sh`` uses python2 (the exact version set by the
453+
``PYTHON2_VERSION``). This can be overriden so devstack will run
454+
python3 (the exact version set by ``PYTHON3_VERSION``).
455+
456+
::
457+
458+
USE_PYTHON3=True
449459

450460
A clean install every time
451461
--------------------------

0 commit comments

Comments
 (0)