From b1e6c3859556bdf8a8cdef02da620f7040c496fc Mon Sep 17 00:00:00 2001 From: viswesn Date: Fri, 4 Nov 2016 15:11:26 +0530 Subject: [PATCH] Support for default dns in murano.conf --- src/config.yaml | 4 ++++ src/templates/mitaka/murano.conf | 1 + 2 files changed, 5 insertions(+) diff --git a/src/config.yaml b/src/config.yaml index f29a6cd..abb2803 100644 --- a/src/config.yaml +++ b/src/config.yaml @@ -35,3 +35,7 @@ options: default: default_router type: string description: Default router to connect + default_dns: + default: 8.8.8.8 + type: string + description: Default DNS configuration diff --git a/src/templates/mitaka/murano.conf b/src/templates/mitaka/murano.conf index 18da82b..370ef89 100644 --- a/src/templates/mitaka/murano.conf +++ b/src/templates/mitaka/murano.conf @@ -50,3 +50,4 @@ url = {{ options.external_endpoints.murano_api.url }} external_network = {{ options.ext_network }} router_name = {{ options.router }} create_router = true +default_dns = {{ options.default_dns }}