From 6fef605c69940db01b70c961b069e44e2b0a329b Mon Sep 17 00:00:00 2001 From: tengqm Date: Fri, 22 Jan 2016 07:09:21 -0500 Subject: [PATCH] Added release notes for mitaka-2 Change-Id: I683a4440c27833f9cbadfaafadd96a21cf8df89e --- .../notes/check-recover-actions-27eef16643b23f47.yaml | 3 +++ releasenotes/notes/delete-x-region-zone-fccfa2a35a05caad.yaml | 4 ++++ .../notes/engine-service-status-d573e021c4f09ed6.yaml | 3 +++ releasenotes/notes/script-entry-points-85e225cc2cea7b68.yaml | 3 +++ 4 files changed, 13 insertions(+) create mode 100644 releasenotes/notes/check-recover-actions-27eef16643b23f47.yaml create mode 100644 releasenotes/notes/delete-x-region-zone-fccfa2a35a05caad.yaml create mode 100644 releasenotes/notes/engine-service-status-d573e021c4f09ed6.yaml create mode 100644 releasenotes/notes/script-entry-points-85e225cc2cea7b68.yaml diff --git a/releasenotes/notes/check-recover-actions-27eef16643b23f47.yaml b/releasenotes/notes/check-recover-actions-27eef16643b23f47.yaml new file mode 100644 index 000000000..942e4ec3f --- /dev/null +++ b/releasenotes/notes/check-recover-actions-27eef16643b23f47.yaml @@ -0,0 +1,3 @@ +--- +features: + - New actions for checking and recovering nodes/clusters are added. diff --git a/releasenotes/notes/delete-x-region-zone-fccfa2a35a05caad.yaml b/releasenotes/notes/delete-x-region-zone-fccfa2a35a05caad.yaml new file mode 100644 index 000000000..32fb416b3 --- /dev/null +++ b/releasenotes/notes/delete-x-region-zone-fccfa2a35a05caad.yaml @@ -0,0 +1,4 @@ +--- +features: + - The builtin deletion policy can handle cross-region and cross-zone nodes + selection. diff --git a/releasenotes/notes/engine-service-status-d573e021c4f09ed6.yaml b/releasenotes/notes/engine-service-status-d573e021c4f09ed6.yaml new file mode 100644 index 000000000..1d5ed7e5a --- /dev/null +++ b/releasenotes/notes/engine-service-status-d573e021c4f09ed6.yaml @@ -0,0 +1,3 @@ +--- +features: + - Supporting engine status scheck, with senlin-manage command. diff --git a/releasenotes/notes/script-entry-points-85e225cc2cea7b68.yaml b/releasenotes/notes/script-entry-points-85e225cc2cea7b68.yaml new file mode 100644 index 000000000..cf74c6357 --- /dev/null +++ b/releasenotes/notes/script-entry-points-85e225cc2cea7b68.yaml @@ -0,0 +1,3 @@ +--- +upgrade: + - Senlin binaries are all made as console script entries.