From df8b93767d9e31919246ead40a52be34e57122f2 Mon Sep 17 00:00:00 2001 From: tengqm Date: Wed, 31 Aug 2016 02:35:26 -0400 Subject: [PATCH] Release notes for newton-3 milestone This patch adds release notes for the newton-3 milestone. Change-Id: I31be9ae6c980c7477589e50ccda9531455d78272 --- releasenotes/notes/cli-deprecation-241b9569b85f8fbd.yaml | 4 ++++ releasenotes/notes/cluster-collect-a9d1bc8c2e799c7c.yaml | 5 +++++ releasenotes/notes/cluster-policy-list-42ff03ef25d64dd1.yaml | 4 ++++ releasenotes/notes/cluster-run-210247ab70b289a5.yaml | 5 +++++ releasenotes/notes/deletion-output-a841931367a2689d.yaml | 5 +++++ releasenotes/notes/micro-version-a292ce3b00d886af.yaml | 4 ++++ releasenotes/notes/policy-validate-193a5ebb7db3440a.yaml | 4 ++++ releasenotes/notes/profile-validate-587f1a964e93c0bf.yaml | 4 ++++ releasenotes/notes/python-3.5-c9fd8e34c4046357.yaml | 3 +++ releasenotes/notes/receiver-create-8305d4efbdf35f35.yaml | 5 +++++ 10 files changed, 43 insertions(+) create mode 100644 releasenotes/notes/cli-deprecation-241b9569b85f8fbd.yaml create mode 100644 releasenotes/notes/cluster-collect-a9d1bc8c2e799c7c.yaml create mode 100644 releasenotes/notes/cluster-policy-list-42ff03ef25d64dd1.yaml create mode 100644 releasenotes/notes/cluster-run-210247ab70b289a5.yaml create mode 100644 releasenotes/notes/deletion-output-a841931367a2689d.yaml create mode 100644 releasenotes/notes/micro-version-a292ce3b00d886af.yaml create mode 100644 releasenotes/notes/policy-validate-193a5ebb7db3440a.yaml create mode 100644 releasenotes/notes/profile-validate-587f1a964e93c0bf.yaml create mode 100644 releasenotes/notes/python-3.5-c9fd8e34c4046357.yaml create mode 100644 releasenotes/notes/receiver-create-8305d4efbdf35f35.yaml diff --git a/releasenotes/notes/cli-deprecation-241b9569b85f8fbd.yaml b/releasenotes/notes/cli-deprecation-241b9569b85f8fbd.yaml new file mode 100644 index 00000000..d156131c --- /dev/null +++ b/releasenotes/notes/cli-deprecation-241b9569b85f8fbd.yaml @@ -0,0 +1,4 @@ +--- +other: + - The 'senlin' CLI will be removed in April 2017. This message is now + explicitly printed when senlin CLI commands are invoked. diff --git a/releasenotes/notes/cluster-collect-a9d1bc8c2e799c7c.yaml b/releasenotes/notes/cluster-collect-a9d1bc8c2e799c7c.yaml new file mode 100644 index 00000000..9724c9ce --- /dev/null +++ b/releasenotes/notes/cluster-collect-a9d1bc8c2e799c7c.yaml @@ -0,0 +1,5 @@ +--- +features: + - A new command 'senlin cluster-collect' and its corresponding OSC plugin + command has been added. This new command can be used to aggregate a + specific property across a cluster. diff --git a/releasenotes/notes/cluster-policy-list-42ff03ef25d64dd1.yaml b/releasenotes/notes/cluster-policy-list-42ff03ef25d64dd1.yaml new file mode 100644 index 00000000..55f65ecf --- /dev/null +++ b/releasenotes/notes/cluster-policy-list-42ff03ef25d64dd1.yaml @@ -0,0 +1,4 @@ +--- +fixes: + - The cluster policy list command was broken by new SDK changes and then + fixed. The 'enabled' field is now renamed to 'is_enabled'. diff --git a/releasenotes/notes/cluster-run-210247ab70b289a5.yaml b/releasenotes/notes/cluster-run-210247ab70b289a5.yaml new file mode 100644 index 00000000..064f3b66 --- /dev/null +++ b/releasenotes/notes/cluster-run-210247ab70b289a5.yaml @@ -0,0 +1,5 @@ +--- +features: + - A new CLI command 'senlin cluster-run' and a new OSC plugin command + 'openstack cluster run' have been added. Use the 'help' command to find + out how to use it. diff --git a/releasenotes/notes/deletion-output-a841931367a2689d.yaml b/releasenotes/notes/deletion-output-a841931367a2689d.yaml new file mode 100644 index 00000000..a8f3fadc --- /dev/null +++ b/releasenotes/notes/deletion-output-a841931367a2689d.yaml @@ -0,0 +1,5 @@ +--- +features: + - The senlin CLI 'node-delete' and the OSC plugin command + 'cluster node delete' now outputs the action IDs when successful. Error + messages are printed when appropriate. diff --git a/releasenotes/notes/micro-version-a292ce3b00d886af.yaml b/releasenotes/notes/micro-version-a292ce3b00d886af.yaml new file mode 100644 index 00000000..6ed3285a --- /dev/null +++ b/releasenotes/notes/micro-version-a292ce3b00d886af.yaml @@ -0,0 +1,4 @@ +--- +features: + - The senlinclient now supports API micro-versioning. Current supported + version is 'clustering 1.2'. diff --git a/releasenotes/notes/policy-validate-193a5ebb7db3440a.yaml b/releasenotes/notes/policy-validate-193a5ebb7db3440a.yaml new file mode 100644 index 00000000..d1bfb3cd --- /dev/null +++ b/releasenotes/notes/policy-validate-193a5ebb7db3440a.yaml @@ -0,0 +1,4 @@ +--- +features: + - A policy-validate command has been added to senlin command line. + OSC support is added as well. diff --git a/releasenotes/notes/profile-validate-587f1a964e93c0bf.yaml b/releasenotes/notes/profile-validate-587f1a964e93c0bf.yaml new file mode 100644 index 00000000..2f466e80 --- /dev/null +++ b/releasenotes/notes/profile-validate-587f1a964e93c0bf.yaml @@ -0,0 +1,4 @@ +--- +features: + - A profile-validate command has been added to command line. It can be + used for validating the spec of a profile without creating it. diff --git a/releasenotes/notes/python-3.5-c9fd8e34c4046357.yaml b/releasenotes/notes/python-3.5-c9fd8e34c4046357.yaml new file mode 100644 index 00000000..9c64d6fa --- /dev/null +++ b/releasenotes/notes/python-3.5-c9fd8e34c4046357.yaml @@ -0,0 +1,3 @@ +--- +features: + - The support to python 3.5 has been verified and gated. diff --git a/releasenotes/notes/receiver-create-8305d4efbdf35f35.yaml b/releasenotes/notes/receiver-create-8305d4efbdf35f35.yaml new file mode 100644 index 00000000..dea8a549 --- /dev/null +++ b/releasenotes/notes/receiver-create-8305d4efbdf35f35.yaml @@ -0,0 +1,5 @@ +--- +other: + - The receiver creation command (both senlin CLI and OSC plugin command) + now allow 'cluster' and 'action' to be left unspecified if the receiver + type is not 'webhook'.