Adjust release note for config template
The config template release note has a stand alone 'fixes' note which, when rendered, makes no sense as it stands alone. As the bug is clearly attached to the milestone it is unnecessary to mention the bug fixed so that line has been removed. Change-Id: Ia40e2e08be4d384eb3e5992502daaebe3d338d32
This commit is contained in:
parent
4a70773429
commit
79f3735ee0
@ -1,13 +1,12 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- |
|
- |
|
||||||
The ability to support MultiStrOps has been added to
|
The ability to support MultiStrOps has been added to the
|
||||||
the config_template action plugin. This change updates
|
config_template action plugin. This change updates the parser to use
|
||||||
the parser to use the ``set()`` type to determine if
|
the ``set()`` type to determine if values within a given key are to be
|
||||||
values within a given key are to be rendered as
|
rendered as ``MultiStrOps``. If an override is used in an INI config
|
||||||
``MultiStrOps``. If an override is used in an INI
|
file the set type is defined using the standard yaml construct of "?"
|
||||||
config file the set type is defined using the standard
|
as the item marker.
|
||||||
yaml construct of "?" as the item marker.
|
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
@ -28,5 +27,3 @@ features:
|
|||||||
multistrops_things = a
|
multistrops_things = a
|
||||||
multistrops_things = b
|
multistrops_things = b
|
||||||
|
|
||||||
fixes:
|
|
||||||
- Resolves issue https://bugs.launchpad.net/openstack-ansible/+bug/1542513
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user