Merge "Release notes for Rocky-1"

This commit is contained in:
Zuul 2018-04-17 09:06:14 +00:00 committed by Gerrit Code Review
commit 10334a7b7a
8 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,4 @@
---
fixes:
- The UUID used by the block_device_mapping_v2 in nova.server profile is
validated.

View File

@ -0,0 +1,3 @@
---
fixes:
- Fixed the error in token generation for kubeadm.

View File

@ -0,0 +1,4 @@
---
features:
- A new configuration option is exposed for the message topic to use when
sending event notifications.

View File

@ -0,0 +1,3 @@
---
fixes:
- Added exception handling for node-join and node-leave operations.

View File

@ -0,0 +1,4 @@
---
fixes:
- Fixed nova profile logic when updating image. We will always use the
current image as the effective one.

View File

@ -0,0 +1,4 @@
---
fixes:
- Added exception handling for service status update. This is making service
management more stable.

View File

@ -0,0 +1,4 @@
---
fixes:
- The data type problem related to action start time and end time is fixed.
We now use decimal type instead of float for these columns.

View File

@ -0,0 +1,4 @@
---
fixes:
- The 'V' query parameter when triggering a webhook receiver is strictly
required.