From f0cf8b78744f4be7477ee2351ec208e8f6bd3d18 Mon Sep 17 00:00:00 2001 From: Kirill Zaitsev Date: Fri, 9 Sep 2016 00:17:00 +0300 Subject: [PATCH] Cleanup, clarify newton release-notes This commit clarifies, cleans and improves releasenotes for murano Change-Id: I7f40b09d6d2e2801b0051d833825724834250229 --- .../notes/action-arguments-06a554f76783f3ed.yaml | 8 +++----- .../notes/added-static-actions-3d45f5cdc5491770.yaml | 12 ++++++------ .../notes/dep-exists-action-9af18bebcc0ef053.yaml | 9 ++++----- .../resources-dir-for-hot-c557c1472bbc79fa.yaml | 6 +++--- 4 files changed, 16 insertions(+), 19 deletions(-) diff --git a/releasenotes/notes/action-arguments-06a554f76783f3ed.yaml b/releasenotes/notes/action-arguments-06a554f76783f3ed.yaml index b47e6867..71c870ee 100644 --- a/releasenotes/notes/action-arguments-06a554f76783f3ed.yaml +++ b/releasenotes/notes/action-arguments-06a554f76783f3ed.yaml @@ -1,7 +1,5 @@ --- -upgrade: +feature: - environment-action-call command now accepts action argument values of any - type in JSON format, for example - environment-action-call $ENV_ID --action-id $ACT_ID --arguments - foo=bar listArg='["item1", "item2", "item3"]' nullArg=null - stringArg='"null"' intArg=5 + type in JSON format, for example - + ``environment-action-call $ENV_ID --action-id $ACT_ID --arguments foo=bar listArg='["item1", "item2", "item3"]' nullArg=null stringArg='"null"' intArg=5`` diff --git a/releasenotes/notes/added-static-actions-3d45f5cdc5491770.yaml b/releasenotes/notes/added-static-actions-3d45f5cdc5491770.yaml index 2d218cd2..30be2f27 100644 --- a/releasenotes/notes/added-static-actions-3d45f5cdc5491770.yaml +++ b/releasenotes/notes/added-static-actions-3d45f5cdc5491770.yaml @@ -1,9 +1,9 @@ --- features: - Support for static actions API was added - - New Murano CLI command ``murano static-action-call [--arguments - [ [ ...]]] [--package-name ] - [--class-version CLASS_VERSION] `` - - New OSC command ``openstack static-action call [--arguments - [ [ ...]]] [--package-name ] - [--class-version CLASS_VERSION] `` + - New Murano CLI command ``murano static-action-call [--arguments + [ [ ...]]] [--package-name ] + [--class-version CLASS_VERSION] `` + - New OSC command ``openstack static-action call [--arguments + [ [ ...]]] [--package-name ] + [--class-version CLASS_VERSION] `` diff --git a/releasenotes/notes/dep-exists-action-9af18bebcc0ef053.yaml b/releasenotes/notes/dep-exists-action-9af18bebcc0ef053.yaml index f69ec368..7d8fdb79 100644 --- a/releasenotes/notes/dep-exists-action-9af18bebcc0ef053.yaml +++ b/releasenotes/notes/dep-exists-action-9af18bebcc0ef053.yaml @@ -1,8 +1,7 @@ --- - features: - - Added '--dep-exists-action' option to murano command-line interface. - It allows to apply different default actions for existing main + - Added '--dep-exists-action' option to murano + ``package-import`` and ``bundle-import`` commands. + It allows to specify a different default action for existing main package and existing dependencies. In case of specifying just - '--exists-action', action for dependencies equals to that like it - was previously. + '--exists-action', action for dependencies also defaults to it. diff --git a/releasenotes/notes/resources-dir-for-hot-c557c1472bbc79fa.yaml b/releasenotes/notes/resources-dir-for-hot-c557c1472bbc79fa.yaml index 00c21b9d..3f9aba52 100644 --- a/releasenotes/notes/resources-dir-for-hot-c557c1472bbc79fa.yaml +++ b/releasenotes/notes/resources-dir-for-hot-c557c1472bbc79fa.yaml @@ -1,5 +1,5 @@ --- fixes: - - Add an ability to use arguments --resources-dir and --template for the - command package-create simultaneously. It allows to create HOT-packages - with Resources folder. + - Added ability to use arguments ``--resources-dir`` and ``--template`` + for ``package-create`` command simultaneously. It allows to create HOT-packages + with Resources folder.