Cleanup, clarify newton release-notes
This commit clarifies, cleans and improves releasenotes for murano Change-Id: I7f40b09d6d2e2801b0051d833825724834250229
This commit is contained in:
parent
0df84c053f
commit
f0cf8b7874
@ -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``
|
||||
|
@ -1,9 +1,9 @@
|
||||
---
|
||||
features:
|
||||
- Support for static actions API was added
|
||||
- New Murano CLI command ``murano static-action-call [--arguments
|
||||
[<KEY=VALUE> [<KEY=VALUE> ...]]] [--package-name <PACKAGE>]
|
||||
[--class-version CLASS_VERSION] <CLASS> <METHOD>``
|
||||
- New OSC command ``openstack static-action call [--arguments
|
||||
[<KEY=VALUE> [<KEY=VALUE> ...]]] [--package-name <PACKAGE>]
|
||||
[--class-version CLASS_VERSION] <CLASS> <METHOD>``
|
||||
- New Murano CLI command ``murano static-action-call [--arguments
|
||||
[<KEY=VALUE> [<KEY=VALUE> ...]]] [--package-name <PACKAGE>]
|
||||
[--class-version CLASS_VERSION] <CLASS> <METHOD>``
|
||||
- New OSC command ``openstack static-action call [--arguments
|
||||
[<KEY=VALUE> [<KEY=VALUE> ...]]] [--package-name <PACKAGE>]
|
||||
[--class-version CLASS_VERSION] <CLASS> <METHOD>``
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user