Release notes for newton-3 milestone

This patch adds release notes for the newton-3 milestone.

Change-Id: I31be9ae6c980c7477589e50ccda9531455d78272
This commit is contained in:
tengqm 2016-08-31 02:35:26 -04:00
parent 6cf593ce52
commit df8b93767d
10 changed files with 43 additions and 0 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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'.

View File

@ -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.

View File

@ -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.

View File

@ -0,0 +1,4 @@
---
features:
- The senlinclient now supports API micro-versioning. Current supported
version is 'clustering 1.2'.

View File

@ -0,0 +1,4 @@
---
features:
- A policy-validate command has been added to senlin command line.
OSC support is added as well.

View File

@ -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.

View File

@ -0,0 +1,3 @@
---
features:
- The support to python 3.5 has been verified and gated.

View File

@ -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'.