kayobe/releasenotes/notes/fix-default-public-net-name-067338275460b50d.yaml
Mark Goddard 6beaf5b5e3 Remove newline from default public_net_name
The public network name is set via public_net_name, and its default
value is the first item in the external_net_names list. The variable
uses the YAML folded block scalar notation, but does not use the
chomping indictator, which means the string is assigned a trailing
newline.

This change fixes the issue by adding the chomping indicator.

Change-Id: I68fb65cd3bc7c4390813747f9ac4ecebc3b4145f
Story: 2007654
Task: 39731
2020-05-11 15:03:09 +01:00

8 lines
196 B
YAML

---
fixes:
- |
Fixes an issue where the default value of ``public_net_name`` included a
trailing newline. See `story 2007654
<https://storyboard.openstack.org/#!/story/2007654>`__.