summaryrefslogtreecommitdiff
path: root/playbooks
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem.os@gmail.com>2019-02-04 11:36:25 -0500
committerMatt Riedemann <mriedem.os@gmail.com>2019-02-04 11:36:25 -0500
commitab72dd4096bcb39a308de7b10bf5a951770b3f82 (patch)
tree9751d3d6b7af1b733c144d016dfa954613be4148 /playbooks
parentac1fafb84c94ed9f8e610c7c3e152e38aef844ed (diff)
downloadnova-ab72dd4096bcb39a308de7b10bf5a951770b3f82.tar.gz
Change nova-next job to run with python3
The way of the future is python 3 so it makes sense that our nova-next job, which is meant to test future things and advanced configuration, would run under python3. Change-Id: Ie33efb41de19837b488d175900d9a4666f073bce
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/legacy/nova-next/run.yaml4
1 files changed, 1 insertions, 3 deletions
diff --git a/playbooks/legacy/nova-next/run.yaml b/playbooks/legacy/nova-next/run.yaml
index e24fdadac1..b8d5175f3f 100644
--- a/playbooks/legacy/nova-next/run.yaml
+++ b/playbooks/legacy/nova-next/run.yaml
@@ -24,9 +24,6 @@
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
- # TODO(mriedem): Consider setting USE_PYTHON3=True here to make this
- # job run under python 3.5 which is a "next" type thing.
-
# Enable TLS between the noVNC proxy & compute nodes; this requires
# the tls-proxy service to be enabled.
@@ -43,6 +40,7 @@
NOVA_USE_SERVICE_TOKEN=True
NOVA_CONSOLE_PROXY_COMPUTE_TLS=True
PLACEMENT_DB_ENABLED=True
+ USE_PYTHON3=True
[[post-config|$NOVA_CONF]]
[compute]