Merge "Adjust release note for config template"

This commit is contained in:
Jenkins 2016-05-04 20:30:49 +00:00 committed by Gerrit Code Review
commit d790fa6a7d

View File

@ -1,13 +1,12 @@
---
features:
- |
The ability to support MultiStrOps has been added to
the config_template action plugin. This change updates
the parser to use the ``set()`` type to determine if
values within a given key are to be rendered as
``MultiStrOps``. If an override is used in an INI
config file the set type is defined using the standard
yaml construct of "?" as the item marker.
The ability to support MultiStrOps has been added to the
config_template action plugin. This change updates the parser to use
the ``set()`` type to determine if values within a given key are to be
rendered as ``MultiStrOps``. If an override is used in an INI config
file the set type is defined using the standard yaml construct of "?"
as the item marker.
::
@ -28,5 +27,3 @@ features:
multistrops_things = a
multistrops_things = b
fixes:
- Resolves issue https://bugs.launchpad.net/openstack-ansible/+bug/1542513