145b4a444e
- New service actions support, remove the separated ones. - Workflow sharing feature. - Usage of workflow UUID. Change-Id: Ia082fc0b70dbad62e1224e8ebe252677d5372c3a
12 lines
571 B
YAML
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.
|