Neutorn bundle config options get ignored
Felipe Reyes
felipe.reyes at canonical.com
Thu Nov 30 11:39:52 UTC 2017
Hi Andreas,
On Thu, Nov 30, 2017 at 09:50:31AM +0100, Andreas Scheuring wrote:
> 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):
The format is not correct, those options are strings and the presence of the
colons is confusing the yaml parser, force the values to be interpreted as
strings like this:
bridge-mappings: "provider:br-provider physnet1:br-ex"
data-port: "br-provider:eth2 br-ex:eth1"
Best,
PS: this mailing list is deprecated, please use the OpenStack development
mailing list or the operators one, more details at
https://docs.openstack.org/charm-guide/latest/mailing-list.html
--
Felipe Reyes
# Email: felipe.reyes at canonical.com (GPG:0x9B1FFF39)
# Launchpad: ~freyes | IRC: freyes
More information about the Openstack-charmers
mailing list