From 79f3735ee0e2e5a924904f6f8b6d479a42bd96c3 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Tue, 3 May 2016 08:32:11 +0100 Subject: [PATCH] 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 --- ...late-MultiStrOps-support-c28e33fd5044e14d.yaml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/releasenotes/notes/config_template-MultiStrOps-support-c28e33fd5044e14d.yaml b/releasenotes/notes/config_template-MultiStrOps-support-c28e33fd5044e14d.yaml index 84610c8..44759c0 100644 --- a/releasenotes/notes/config_template-MultiStrOps-support-c28e33fd5044e14d.yaml +++ b/releasenotes/notes/config_template-MultiStrOps-support-c28e33fd5044e14d.yaml @@ -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