From 0befa4d957717a447475d222fd6ff1cfa3ccde83 Mon Sep 17 00:00:00 2001 From: Federico Ressi Date: Wed, 25 Nov 2020 20:47:59 +0100 Subject: [PATCH] Use any nameserver for OVN jobs This should workaround the problems due to VMs connectivity with external network. Change-Id: Ic8a42435b4341f285285bf8cc11de5040ff1ef27 --- zuul.d/ovn.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zuul.d/ovn.yaml b/zuul.d/ovn.yaml index 9db9eb7..084dadb 100644 --- a/zuul.d/ovn.yaml +++ b/zuul.d/ovn.yaml @@ -12,6 +12,9 @@ "/$NEUTRON_CORE_PLUGIN_CONF": ovn: enable_distributed_floating_ip: true + # TODO(fressi): restore name servers list as soon external connectivity + # is fixed + ipv4_dns_nameservers: [] devstack_localrc: ENABLE_CHASSIS_AS_GW: true ENABLE_TLS: true