From a6e5f57990d4192d24a1d89d30de3cf8347af8ca Mon Sep 17 00:00:00 2001
From: Thomas Crowe <tcrowe@redhat.com>
Date: Tue, 18 Feb 2020 00:01:20 +0100
Subject: [PATCH] removed dns_nameservers var see: bugzilla 1748015 (#1161)

---
 ansible/configs/osp-sandbox/env_vars.yml |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/ansible/configs/osp-sandbox/env_vars.yml b/ansible/configs/osp-sandbox/env_vars.yml
index 041d4f6..72bf4a5 100644
--- a/ansible/configs/osp-sandbox/env_vars.yml
+++ b/ansible/configs/osp-sandbox/env_vars.yml
@@ -171,9 +171,6 @@
     gateway_ip: 192.168.0.1
     allocation_start: 192.168.0.20
     allocation_end: 192.168.0.254
-    dns_nameservers:
-      - 8.8.8.8
-      - 1.1.1.1
     create_router: true
 
 # These will influence the bastion if it is being deployed

--
Gitblit v1.9.3