From 872a9b4e7cfd155ac990c939a3f99b0f3dce26c0 Mon Sep 17 00:00:00 2001 From: melanie witt Date: Fri, 22 Mar 2019 01:27:45 +0000 Subject: 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 --- playbooks/legacy/nova-next/run.yaml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'playbooks') 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 -- cgit v1.2.1