From d0193e38170ae8baa515c5ac368f6d967db6e761 Mon Sep 17 00:00:00 2001 From: Chris MacNaughton Date: Mon, 21 Nov 2022 14:31:24 +0000 Subject: [PATCH] Add new required dns.nameservers config --- zaza/openstack/charm_tests/tempest/templates/tempest_v3.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zaza/openstack/charm_tests/tempest/templates/tempest_v3.j2 b/zaza/openstack/charm_tests/tempest/templates/tempest_v3.j2 index adbe0ef..c7ba8a5 100644 --- a/zaza/openstack/charm_tests/tempest/templates/tempest_v3.j2 +++ b/zaza/openstack/charm_tests/tempest/templates/tempest_v3.j2 @@ -121,3 +121,6 @@ test_with_ipv6 = false test_server_path = {{ workspace_path }}/test_server.bin provider = amphora {% endif %} + +[dns] +nameservers = {{ test_name_server }}