Browse code

Merge "doc: Add USE_PYTHON3 to configuration guide"

Zuul authored on 2018/09/26 00:00:14
Showing 1 changed files
... ...
@@ -446,6 +446,16 @@ Python bindings added when they are enabled.
446 446
 
447 447
      ADDITIONAL_VENV_PACKAGES="python-foo, python-bar"
448 448
 
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
449 459
 
450 460
 A clean install every time
451 461
 --------------------------