summaryrefslogtreecommitdiff
path: root/playbooks
diff options
context:
space:
mode:
authormelanie witt <melwittt@gmail.com>2019-03-22 01:27:45 +0000
committermelanie witt <melwittt@gmail.com>2019-03-25 03:45:36 +0000
commit872a9b4e7cfd155ac990c939a3f99b0f3dce26c0 (patch)
treea07454a88485146d386111ac6010d7747c544a6b /playbooks
parent926e584136e7dce59f32065292aa4eb8120f628c (diff)
downloadnova-872a9b4e7cfd155ac990c939a3f99b0f3dce26c0.tar.gz
Re-enable testing of console with TLS in nova-next job
This is a partial revert of Ie46311fa9195b8f359bfc3f61514fc7f70d78084. Depends-On: https://review.openstack.org/643045 Related-Bug: #1819794 Change-Id: I1bf37edb4dc3bdb6f23d077eae32e81ef48bdcdc
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/legacy/nova-next/run.yaml11
1 files changed, 2 insertions, 9 deletions
diff --git a/playbooks/legacy/nova-next/run.yaml b/playbooks/legacy/nova-next/run.yaml
index cdf9093ece..117c40156a 100644
--- a/playbooks/legacy/nova-next/run.yaml
+++ b/playbooks/legacy/nova-next/run.yaml
@@ -38,10 +38,7 @@
cat << 'EOF' >>"/tmp/dg-local.conf"
[[local|localrc]]
NOVA_USE_SERVICE_TOKEN=True
- # TODO (gmann): enable TLS console proxy once
- # bug#1819794 is fixed. Something to take care
- # while moving these jobs to devstack zuulv3 jobs.
- # NOVA_CONSOLE_PROXY_COMPUTE_TLS=True
+ NOVA_CONSOLE_PROXY_COMPUTE_TLS=True
USE_PYTHON3=True
ENABLE_VOLUME_MULTIATTACH=True
@@ -58,11 +55,7 @@
cmd: |
set -e
set -x
- # tls-proxy is needed to initialize the CA and cert.
- # TODO (gmann): enable TLS console proxy once
- # bug#1819794 is fixed. Something to take care
- # while moving these jobs to devstack zuulv3 jobs
- # export ENABLED_SERVICES=tls-proxy
+ export ENABLED_SERVICES=tls-proxy
export PYTHONUNBUFFERED=true
# Yes we want to run Tempest.
export DEVSTACK_GATE_TEMPEST=1