Change-Id: I8b6743c1dbdc00001691b2727bd0c344fb6ccd51
| ... | ... |
@@ -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 |
-------------------------- |