Support for default dns in murano.conf
This commit is contained in:
parent
bf87915ec5
commit
b1e6c38595
@ -35,3 +35,7 @@ options:
|
|||||||
default: default_router
|
default: default_router
|
||||||
type: string
|
type: string
|
||||||
description: Default router to connect
|
description: Default router to connect
|
||||||
|
default_dns:
|
||||||
|
default: 8.8.8.8
|
||||||
|
type: string
|
||||||
|
description: Default DNS configuration
|
||||||
|
@ -50,3 +50,4 @@ url = {{ options.external_endpoints.murano_api.url }}
|
|||||||
external_network = {{ options.ext_network }}
|
external_network = {{ options.ext_network }}
|
||||||
router_name = {{ options.router }}
|
router_name = {{ options.router }}
|
||||||
create_router = true
|
create_router = true
|
||||||
|
default_dns = {{ options.default_dns }}
|
||||||
|
Loading…
Reference in New Issue
Block a user