Updated config for ext-network and defualt router

This commit is contained in:
viswesn 2016-10-24 17:22:27 +05:30
parent 613229fc32
commit ef7bbe41b3
2 changed files with 10 additions and 3 deletions

View File

@ -27,3 +27,11 @@ options:
default: RegionOne
type: string
description: OpenStack Region
ext-network:
default: ext-net
type": string
description: External network to connect
router:
default: default-router
type: string
description: Default router to connect

View File

@ -47,7 +47,6 @@ virtual_host = {{ amqp.vhost }}
url = {{ options.external_endpoints.murano_api.url }}
[networking]
external_network = ext_net
router_name = murano_default_router
external_network = {{ options.ext_network }}
router_name = {{ options.router }}
create_router = true