<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Ok, fixed - by mistake my scripts where still using an old bundle file - sorry and thanks!<br class=""><div class="">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"><br class="Apple-interchange-newline">---</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">Andreas Scheuring (andreas_s)</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class=""><br class=""></div><br class="Apple-interchange-newline">
</div>
<div style=""><br class=""><div class="">On 30. Nov 2017, at 16:11, Andreas Scheuring <<a href="mailto:scheuran@linux.vnet.ibm.com" class="">scheuran@linux.vnet.ibm.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html; charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi Felipe,<div class="">thanks for your reply.</div><div class=""><br class=""></div><div class="">I now forced the values to be strings (like you suggested), but it’s still being ignored… I still wonder where the actual value is coming from. The config options does not seem to have a default (at least not documented). I’m using the lxd provider.</div><div class="">Any other idea?</div><div class=""><br class=""></div><div class="">Thanks!</div><div class=""><div class="">
<div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br class="Apple-interchange-newline">---</div><div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">Andreas Scheuring (andreas_s)</div><div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br class=""></div><br class="Apple-interchange-newline">
</div>
<div class=""><br class=""><div class="">On 30. Nov 2017, at 12:39, Felipe Reyes <<a href="mailto:felipe.reyes@canonical.com" class="">felipe.reyes@canonical.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hi Andreas,<br class=""><br class="">On Thu, Nov 30, 2017 at 09:50:31AM +0100, Andreas Scheuring wrote:<br class=""><blockquote type="cite" class="">Hi, <br class="">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<br class="">* bridge-mappings: provider:br-provider physnet1:br-ex<br class="">* data-port: br-provider:eth2 br-ex:eth<br class=""><br class="">But for some reason those values do not get applied. Some other values are set instead (no clue where those are coming from):<br class=""></blockquote><br class="">The format is not correct, those options are strings and the presence of the<br class="">colons is confusing the yaml parser, force the values to be interpreted as<br class="">strings like this:<br class=""><br class="">      bridge-mappings: "provider:br-provider physnet1:br-ex"<br class="">      data-port: "br-provider:eth2 br-ex:eth1"<br class=""><br class="">Best,<br class=""><br class="">PS: this mailing list is deprecated, please use the OpenStack development<br class="">mailing list or the operators one, more details at<br class=""><a href="https://docs.openstack.org/charm-guide/latest/mailing-list.html" class="">https://docs.openstack.org/charm-guide/latest/mailing-list.html</a><br class=""><br class="">-- <br class="">Felipe Reyes<br class=""># <a href="mailto:felipe.reyes@canonical.com" class="">Email: felipe.reyes@canonical.com</a> (GPG:0x9B1FFF39)<br class=""># Launchpad: ~freyes | IRC: freyes<br class=""><br class=""></div></div></div><br class=""></div></div>_______________________________________________<br class="">OpenStack-operators mailing list<br class=""><a href="mailto:OpenStack-operators@lists.openstack.org" class="">OpenStack-operators@lists.openstack.org</a><br class="">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators<br class=""></div></div><br class=""></body></html>