Neutorn bundle config options get ignored
Andreas Scheuring
scheuran at linux.vnet.ibm.com
Thu Nov 30 08:50:31 UTC 2017
Hi,
I’m working on deploying a juju based OpenStack Pike. I’m using the bundle [1]. In this bundle I’m setting the config options
* bridge-mappings: provider:br-provider physnet1:br-ex
* data-port: br-provider:eth2 br-ex:eth
But for some reason those values do not get applied. Some other values are set instead (no clue where those are coming from):
$ juju config neutron-gateway
[…]
bridge-mappings:
description: […]
type: string
value: physnet1:br-ex
data-port:
description: […]
type: string
value: br-ex:eth1
When setting those values after the deploy using juju config the values get applied
$ juju config neutron-gateway data-port="br-ex:eth1 br-provider:eth2"
But I would have expected that the values get already applied during deploy, as specified in the bundle.
Does anybody have an idea what’s wrong with my bundle? And where do the “default" values (e.g. br-ex:eth1) come from?
Thanks!
[1] http://paste.openstack.org/show/627807/
---
Andreas Scheuring (andreas_s)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/openstack-charmers/attachments/20171130/dad8da82/attachment.html>
More information about the Openstack-charmers
mailing list