From 9b0cba60b34d48f8e532dfc55c04fc7c71095bf6 Mon Sep 17 00:00:00 2001 From: Lingxian Kong Date: Tue, 16 May 2017 22:13:28 +1200 Subject: [PATCH] Add release note for "action_region" support Change-Id: I1b56e6d265b4e0b02d90142cbf157fa6e274f34d --- ...add-action-region-to-actions-353f6c4b10f76677.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 releasenotes/notes/add-action-region-to-actions-353f6c4b10f76677.yaml 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.