Rocky milestone 2 release note
Change-Id: I24b56d878c8f57e29e3b93dabdbb31b490bc52d1
This commit is contained in:
parent
69a1f668a1
commit
125575e081
5
releasenotes/notes/db-retries-da4a0d9d83ad56bb.yaml
Normal file
5
releasenotes/notes/db-retries-da4a0d9d83ad56bb.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
All REST calls that involve a DB interaction are now automatically retried
|
||||
upon deadlock exceptions.
|
4
releasenotes/notes/docker-reboot-999ec624186864e3.yaml
Normal file
4
releasenotes/notes/docker-reboot-999ec624186864e3.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixed an error when restarting a docker container node.
|
4
releasenotes/notes/docker-start-c850c256c6149f4f.yaml
Normal file
4
releasenotes/notes/docker-start-c850c256c6149f4f.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Added operation support to start a docker container.
|
@ -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.
|
@ -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.
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Added dependency relationship between the master cluster and the worker
|
||||
cluster creatd for Kubernetes.
|
6
releasenotes/notes/lock-retry-ab31681e74997cf9.yaml
Normal file
6
releasenotes/notes/lock-retry-ab31681e74997cf9.yaml
Normal 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.
|
14
releasenotes/notes/new-config-options-a963e5841d35ef03.yaml
Normal file
14
releasenotes/notes/new-config-options-a963e5841d35ef03.yaml
Normal 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.
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixed the return value from a node operation call.
|
8
releasenotes/notes/node-recover-ace5311e23030f20.yaml
Normal file
8
releasenotes/notes/node-recover-ace5311e23030f20.yaml
Normal 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.
|
4
releasenotes/notes/node-role-fix-211d1536dd66066d.yaml
Normal file
4
releasenotes/notes/node-role-fix-211d1536dd66066d.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixed the "role" field used when creating/updating a node.
|
5
releasenotes/notes/policy-retry-251cf15f06368ad4.yaml
Normal file
5
releasenotes/notes/policy-retry-251cf15f06368ad4.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
The policy attach and detach actions are improved to automatically retry
|
||||
on failed attempts.
|
@ -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.
|
@ -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.
|
4
releasenotes/notes/vm-lock-unlock-da4c3095575c9c94.yaml
Normal file
4
releasenotes/notes/vm-lock-unlock-da4c3095575c9c94.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Added support to lock and unlock a nova server node.
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Added operation support to pause and unpause a nova server node.
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Added operation support to rescue and unrescue a nova server node.
|
4
releasenotes/notes/vm-start-stop-e590e25a04fff1e0.yaml
Normal file
4
releasenotes/notes/vm-start-stop-e590e25a04fff1e0.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Added operation support to start and stop a nova server node.
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Added operation support for suspending and resuming a nova server node.
|
Loading…
Reference in New Issue
Block a user