Rocky milestone 2 release note

Change-Id: I24b56d878c8f57e29e3b93dabdbb31b490bc52d1
This commit is contained in:
Qiming Teng 2018-06-04 03:50:53 +00:00
parent 69a1f668a1
commit 125575e081
19 changed files with 104 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
features:
- |
All REST calls that involve a DB interaction are now automatically retried
upon deadlock exceptions.

View File

@ -0,0 +1,4 @@
---
fixes:
- |
Fixed an error when restarting a docker container node.

View File

@ -0,0 +1,4 @@
---
features:
- |
Added operation support to start a docker container.

View File

@ -0,0 +1,6 @@
---
features:
- |
The engine has been augmented to send event notifications only when a node
is active and it has a physical ID associated. This is targeting at the
lifecycle hooks and possibly other notifications.

View File

@ -0,0 +1,7 @@
---
upgrade:
- |
The API microversion 1.10 has fixed the webhook trigger API for easier
integration with Aodh. In previous microversions, the query parameters
are used as action inputs. Starting from 1.10, the key-value pairs in the
request body are also considered as request inputs.

View File

@ -0,0 +1,5 @@
---
features:
- |
Added dependency relationship between the master cluster and the worker
cluster creatd for Kubernetes.

View File

@ -0,0 +1,6 @@
---
fixes:
- |
Fixed cluster and node lock management so that failed lock acquire
operations are automatically retried. This is an important fix for
running multiple service engines.

View File

@ -0,0 +1,14 @@
---
features:
- |
New configuration option "database_retry_limit" is added for customizing
the maximum retries for failed operations on the database. The default
value is 10.
- |
New configuration option "database_retry_interval" is added for specifying
the number of seconds between database operation retries. The default
value is 0.1.
- |
New configuration option "database_max_retry_interval" is added for users
to specify the maximum number of seconds between database operation retries.
The default value is 2.

View File

@ -0,0 +1,4 @@
---
fixes:
- |
Fixed the return value from a node operation call.

View File

@ -0,0 +1,8 @@
---
fixes:
- |
Fixed defects in node recover operation to ensure node status is properly
handled.
- |
Improved logic in rebooting and rebuilding nova server nodes so that
exceptions are caught and handled.

View File

@ -0,0 +1,4 @@
---
fixes:
- |
Fixed the "role" field used when creating/updating a node.

View File

@ -0,0 +1,5 @@
---
features:
- |
The policy attach and detach actions are improved to automatically retry
on failed attempts.

View File

@ -0,0 +1,6 @@
---
features:
- |
The action scheduler has been refactored so that no premature sleeping will
be performed and no unwanted exceptions will be thrown when shutting down
workers.

View File

@ -0,0 +1,6 @@
---
features:
- |
The lifecycle hooks feature added during Queens cycle is improved to handle
cases where a node no longer exists. The lifecycle is only effective when
the target node exists and active.

View File

@ -0,0 +1,4 @@
---
features:
- |
Added support to lock and unlock a nova server node.

View File

@ -0,0 +1,4 @@
---
features:
- |
Added operation support to pause and unpause a nova server node.

View File

@ -0,0 +1,4 @@
---
features:
- |
Added operation support to rescue and unrescue a nova server node.

View File

@ -0,0 +1,4 @@
---
features:
- |
Added operation support to start and stop a nova server node.

View File

@ -0,0 +1,4 @@
---
features:
- |
Added operation support for suspending and resuming a nova server node.