Support for default dns in murano.conf

This commit is contained in:
viswesn 2016-11-04 15:11:26 +05:30
parent bf87915ec5
commit b1e6c38595
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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 }}