From c6b7fc276430ee8b1b675208294bd11853b367d3 Mon Sep 17 00:00:00 2001 From: portdirect Date: Wed, 3 Jan 2018 11:07:47 -0500 Subject: [PATCH] Dev-Deploy: move to k8s DNS addr for private network This PS moves the DNS nameservers used in the smoketest heat template to use the k8s DNS on the dev host. Change-Id: I3a5f9eb2689f01ee2ef216843b80fbe2607eb5bc --- tools/gate/files/heat-public-net-deployment.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/gate/files/heat-public-net-deployment.yaml b/tools/gate/files/heat-public-net-deployment.yaml index 386de5722a..055eb49f97 100644 --- a/tools/gate/files/heat-public-net-deployment.yaml +++ b/tools/gate/files/heat-public-net-deployment.yaml @@ -39,5 +39,4 @@ resources: gateway_ip: {get_param: subnet_gateway} enable_dhcp: false dns_nameservers: - - 8.8.8.8 - - 8.8.4.4 + - 10.96.0.10