Merge "Rocky milestone 3 release notes"

This commit is contained in:
Zuul 2018-07-26 14:32:34 +00:00 committed by Gerrit Code Review
commit b13afea41c
13 changed files with 55 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
features:
- |
Added a cluster entity refresh to the cluster action execute wrapper which will make sure the
state of the action does not become stale while in queue.

View File

@ -0,0 +1,4 @@
---
features:
- |
Added a scheduler thread pool size.

View File

@ -0,0 +1,4 @@
---
features:
- |
Added a new boolean cluster config option to stop node before delete for all cluster.

View File

@ -0,0 +1,4 @@
---
Fixes:
- |
Fixed db locking logic to avoid deadlock.

View File

@ -0,0 +1,3 @@
---
fixes:
- Fixed the example of "aodh alarm create" command.

View File

@ -0,0 +1,4 @@
---
fixes:
- Senlin API/Function/Integration test were moved to senlin-tempest-plugin project before, fixed
doc for this change.

View File

@ -0,0 +1,4 @@
---
features:
- |
Supported update name operation for docker profile.

View File

@ -0,0 +1,3 @@
---
fixes:
- Fixed bug when deleteing node error.

View File

@ -0,0 +1,7 @@
---
fixes:
- In openstacksdk 0.14.0 release, a bug related to SDK exception was fixed
"https://review.openstack.org/#/c/571101/". With that change a SDK exception will contain the
detailed message only if the message string is equal to 'Error'. Fixed the
test_parse_exception_http_exception_no_details to use 'Error' as the exception message to make
the test case pass.

View File

@ -0,0 +1,4 @@
---
fixes:
- |
Fixed openstack-tox-cover which was broken as part of the switch to stestr.

View File

@ -0,0 +1,5 @@
---
features:
- Added a new detection type that actively pools the node health using a URL specified in the
health policy. That way the user can intergate Senlin's health policy with another custom or 3rd
party health check service.

View File

@ -0,0 +1,4 @@
---
features:
- Added retry logic to post_lifecycle_hook_message when posting a lifecyle hook to Zaqar.

View File

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