diff --git a/releasenotes/notes/add-action-region-to-actions-353f6c4b10f76677.yaml b/releasenotes/notes/add-action-region-to-actions-353f6c4b10f76677.yaml new file mode 100644 index 000000000..b8a0dd8c8 --- /dev/null +++ b/releasenotes/notes/add-action-region-to-actions-353f6c4b10f76677.yaml @@ -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 `` to + re-populate database. +deprecations: + - The config option 'os-actions-endpoint-type' is moved from DEFAULT group + to 'openstack_actions' group.