Add release notes for M-3
- New service actions support, remove the separated ones. - Workflow sharing feature. - Usage of workflow UUID. Change-Id: Ia082fc0b70dbad62e1224e8ebe252677d5372c3a
This commit is contained in:
parent
207d59d408
commit
145b4a444e
@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
prelude: >
|
||||||
|
Actions of several OpenStack services are supported out of the box in
|
||||||
|
Mitaka, including Barbican, Cinder(V2), Swift, Trove, Zaqar and Mistral.
|
||||||
|
upgrade:
|
||||||
|
- During an upgrade to Mitaka, operators or administrators need to run
|
||||||
|
``python tools/get_action_list.py <service name>`` command to generate
|
||||||
|
service action names and values for updating
|
||||||
|
``mistral/actions/openstack/mapping.json``, then, run
|
||||||
|
``python tools/sync_db.py`` to populate database. Please note, some
|
||||||
|
services like Neutron, Swift, Zaqar don't support the command yet.
|
@ -1,4 +0,0 @@
|
|||||||
---
|
|
||||||
prelude: >
|
|
||||||
Mistral now supports Barbican actions in workbook or workflow.
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
|||||||
---
|
|
||||||
prelude: >
|
|
||||||
Cinder V1 API has been deprecated since Juno dev cycle, and will be
|
|
||||||
removed in future, Mistral will support Cinder V2 API from Mitaka release.
|
|
@ -1,3 +0,0 @@
|
|||||||
---
|
|
||||||
prelude: >
|
|
||||||
Mistral now supports Swift actions in workbook or workflow.
|
|
@ -1,8 +0,0 @@
|
|||||||
---
|
|
||||||
prelude: >
|
|
||||||
Mistral now supports Trove actions in workbook or workflow.
|
|
||||||
upgrade:
|
|
||||||
- During an upgrade to Mitaka, operators or administrators must use
|
|
||||||
``python tools/get_action_list.py trove`` command to generate trove action
|
|
||||||
names and values for updating ``mistral/actions/openstack/mapping.json``,
|
|
||||||
then, perform ``python tools/sync_db.py`` to populate database.
|
|
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
deprecations:
|
||||||
|
- Usage of workflow name in the system(e.g. creating executions/cron-triggers
|
||||||
|
, workfow CRUD operations, etc.) is deprecated, please use workflow UUID
|
||||||
|
instead. The workflow sharing feature can only be used with workflow UUID.
|
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- |
|
||||||
|
Add support for `workflow sharing`_ feature. users of one project can share
|
||||||
|
workflows to other projects using this feature.
|
||||||
|
|
||||||
|
.. _workflow sharing: https://specs.openstack.org/openstack/mistral-specs/specs/mitaka/approved/mistral-workflow-resource-sharing.html
|
Loading…
Reference in New Issue
Block a user