From 1472917053c202086a2e71366f29152cfe125c63 Mon Sep 17 00:00:00 2001 From: elajkat <lajos.katona@est.tech> Date: Fri, 19 Aug 2022 09:57:19 +0200 Subject: [PATCH] Stein: fix failing jobs * neutron-tempest-plugin-api-stein can be fixed by adding ADVANCED_INSTANCE_TYPE and ADVANCED_INSTANCE_USER to job definition * neutron-tempest-plugin-scenario-linuxbridge-stein can be fixed by disabling logging service plugin. Change-Id: I808f523eee8bac3529879294d720ab975518d321 Related-Bug: #1986682 --- zuul.d/stein_jobs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zuul.d/stein_jobs.yaml b/zuul.d/stein_jobs.yaml index e9e81370..d4945590 100644 --- a/zuul.d/stein_jobs.yaml +++ b/zuul.d/stein_jobs.yaml @@ -112,6 +112,8 @@ Q_ML2_TENANT_NETWORK_TYPE: vxlan Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch ML2_L3_PLUGIN: router + ADVANCED_INSTANCE_TYPE: ds512M + ADVANCED_INSTANCE_USER: ubuntu devstack_local_conf: post-config: # NOTE(slaweq): We can get rid of this hardcoded absolute path when @@ -285,6 +287,8 @@ q-l3: true q-meta: true q-metering: true + # SG logging isn't supported by linuxbridge backend + neutron-log: false network_api_extensions: *api_extensions network_api_extensions_linuxbridge: - vlan-transparent