release notes for Queens

Change-Id: I6631778bdfd4b29978cf85a4337cc7063cadb0e1
This commit is contained in:
tengqm 2018-01-15 02:34:00 -05:00
parent 63feeacadb
commit 6e7de8a60d
14 changed files with 53 additions and 0 deletions

View File

@ -0,0 +1,4 @@
---
fixes:
- Fixed a bug related to oslo.versionedobjects change that prevents cluster
actions to be properly encoded in JSON requests.

View File

@ -0,0 +1,3 @@
---
features:
- Support to forced deletion of cluster and nodes.

View File

@ -0,0 +1,4 @@
---
fixes:
- Fixed bug related to reacting to nova vm lifecycle event notifications.
The recover flow is no longer called twice when a VM is deleted.

View File

@ -0,0 +1,5 @@
---
feature:
- Added support to reuse existing loadbalancer when attaching LB policy.
fixes:
- Fixed various defects in managing node pools for loadbalancer policy.

View File

@ -0,0 +1,6 @@
---
features:
- Added support to Octavia as the load-balancer driver.
upgrade:
- The Octavia service must be properly installed and configured to enable
load-balancing policy.

View File

@ -0,0 +1,3 @@
---
fixes:
- DB lock contentions are alleviated by allowing lock retries.

View File

@ -0,0 +1,3 @@
---
fixes:
- Fixed a bug related to force delete nodes.

View File

@ -0,0 +1,3 @@
---
features:
- Node details view now includes attached_volumes.

View File

@ -0,0 +1,3 @@
---
other:
- Improved Nova VM server health check for cases where physical id is invalid.

View File

@ -0,0 +1,6 @@
---
features:
- Added cluster config property "node.name.format" where users can specify
how cluster nodes are automatically named. Users can use placeholders like
"$nI" for node index padded with 0s to the left, or "$nR" for random string
of length n.

View File

@ -0,0 +1,3 @@
---
fixes:
- Fixed an error where action name not passed to backend service.

View File

@ -0,0 +1,4 @@
---
fixes:
- Fixed an error introduced by oslo.versionedobjects change that lead to
failures when creating a receiver.

View File

@ -0,0 +1,3 @@
---
features:
- Added support to unicode availability zone names.

View File

@ -0,0 +1,3 @@
---
features:
- Added support to use Unicode string for cluster names.