Release notes for Pike-2

There are many other features added which demands a bump of API
micro-version to 1.7. We are not there yet, so we are not listing
them in this release.

Change-Id: I42667adf29bd302619296d712d1688587b060723
This commit is contained in:
tengqm 2017-06-08 04:26:17 -04:00
parent 4dc0df4b75
commit 4189315757
8 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Fixed cluster-recover operation in engine so that it accepts parameters
from API requests in addition to policy decision (if any).

View File

@ -0,0 +1,6 @@
---
deprecations:
- |
The support to CLUSTER_DELETE action from the experimental batch policy
is dropped due to issues on cluster locking. This could be resurected
in future when a proper workaround is identified.

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Fixed an error in the built-in deletion policy which failed to process
NODE_DELETE action.

View File

@ -0,0 +1,5 @@
---
features:
- |
New logics added to event-list operation so that users can specify the
name or short-id of a cluster for filtering.

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Fixed an error in the built-in load-balancing policy that caused by
regression in getting node details for IP addresses.

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Fixed an error in parameter checking logic for node-recover operation
which prevented valid parameters from being accepted.

View File

@ -0,0 +1,4 @@
---
other:
- |
Built-in policies are optimized for reducing DB transactions.

View File

@ -0,0 +1,5 @@
---
features:
- |
The setup-service script now supports the customization of service project
name and service role name.