Merge "doc: Add USE_PYTHON3 to configuration guide"

This commit is contained in:
Zuul 2018-09-25 15:00:14 +00:00 committed by Gerrit Code Review
commit 02ca8da102
1 changed files with 10 additions and 0 deletions

View File

@ -446,6 +446,16 @@ Python bindings added when they are enabled.
ADDITIONAL_VENV_PACKAGES="python-foo, python-bar"
Use python3
------------
By default ``stack.sh`` uses python2 (the exact version set by the
``PYTHON2_VERSION``). This can be overriden so devstack will run
python3 (the exact version set by ``PYTHON3_VERSION``).
::
USE_PYTHON3=True
A clean install every time
--------------------------