Merge "Re-enable testing of console with TLS in nova-next job"

This commit is contained in:
Zuul 2019-03-26 08:24:15 +00:00 committed by Gerrit Code Review
commit 02b8af4f17
1 changed files with 2 additions and 9 deletions

View File

@ -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