From 4f009a8ab20e79335cc5a25f81a1a1f42582c593 Mon Sep 17 00:00:00 2001 From: Bernard Cafarelli Date: Tue, 9 Mar 2021 13:23:33 +0100 Subject: [PATCH] Disable TLS proxy for periodic Fedora job In this job (and this OS), deployment fails as ovsdb-server can not read the tls certificates (it runs as openvswitch user and files are user-readable only, owned by stack user). Disable tls-proxy service for it, not needed anayway as it focuses on Neutron testing and not OVS. Change-Id: Ibea391d503658ec738a60e34e19bdd6d809c845c Closes-Bug: #1911128 --- zuul.d/tempest-singlenode.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.d/tempest-singlenode.yaml b/zuul.d/tempest-singlenode.yaml index c13038a5fa0..875725504f5 100644 --- a/zuul.d/tempest-singlenode.yaml +++ b/zuul.d/tempest-singlenode.yaml @@ -486,6 +486,7 @@ etcd: false br-ex-tcpdump: true br-int-flows: true + tls-proxy: false # Cinder services c-api: false c-bak: false