From: Marco Platania Date: Wed, 24 May 2017 16:36:53 +0000 (-0400) Subject: Fix bug in bind config for OpenStack X-Git-Tag: 1.0.0-Amsterdam~277 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=f27c570b3351a4d08e6455336ee2fefa0863a967;p=demo.git Fix bug in bind config for OpenStack Change-Id: Iad5eec011a0666ea321da501df9e75803d61b434 Signed-off-by: Marco Platania --- diff --git a/boot/bind_options b/boot/bind_options index ed9540a3..8ef7cc08 100644 --- a/boot/bind_options +++ b/boot/bind_options @@ -10,7 +10,7 @@ options { allow-transfer { none; }; # disable zone transfers by default forwarders { - external_dns + external_dns; 8.8.8.8; 8.8.4.4; };