diff options
author | Zuul <zuul@review.openstack.org> | 2019-02-13 18:52:58 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2019-02-13 18:52:58 +0000 |
commit | 7e3ad4eec62db4a1f22ad20032bc47d12fbdd5ee (patch) | |
tree | 76d0b8d007d6f8589a4475337fe5e0cfa52488f7 /playbooks | |
parent | 104d79d8dd05fc49c4160b759d43291b874c5d28 (diff) | |
parent | ab72dd4096bcb39a308de7b10bf5a951770b3f82 (diff) | |
download | nova-7e3ad4eec62db4a1f22ad20032bc47d12fbdd5ee.tar.gz |
Merge "Change nova-next job to run with python3"
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/legacy/nova-next/run.yaml | 4 |
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] |