Add release note for "action_region" support

Change-Id: I1b56e6d265b4e0b02d90142cbf157fa6e274f34d
This commit is contained in:
Lingxian Kong 2017-05-16 22:13:28 +12:00
parent 5a10c521d5
commit 9b0cba60b3

View File

@ -0,0 +1,11 @@
---
features:
- Support to specify 'action_region' for OpenStack actions so that it's
possible to operate different resources in different regions in one single
workflow.
upgrade:
- Run ``python tools/sync_db.py --config-file <mistral-conf-file>`` to
re-populate database.
deprecations:
- The config option 'os-actions-endpoint-type' is moved from DEFAULT group
to 'openstack_actions' group.