deb-mistral/releasenotes/notes/new-service-actions-support-47279bd649732632.yaml
Lingxian Kong 145b4a444e Add release notes for M-3
- New service actions support, remove the separated ones.
- Workflow sharing feature.
- Usage of workflow UUID.

Change-Id: Ia082fc0b70dbad62e1224e8ebe252677d5372c3a
2016-03-01 10:17:11 +13:00

12 lines
571 B
YAML

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