Merge "Add release notes for M-3"

This commit is contained in:
Jenkins 2016-03-03 03:51:43 +00:00 committed by Gerrit Code Review
commit b6d873a2ca
7 changed files with 23 additions and 19 deletions

View File

@ -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.

View File

@ -1,4 +0,0 @@
---
prelude: >
Mistral now supports Barbican actions in workbook or workflow.

View File

@ -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.

View File

@ -1,3 +0,0 @@
---
prelude: >
Mistral now supports Swift actions in workbook or workflow.

View File

@ -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.

View File

@ -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.

View File

@ -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