Add release note for hm fixes

This patch adds the missing releease notes for
https://review.openstack.org/#/c/634811.

Change-Id: I767434f5d617d1eb0bdba625a052b16913d1849b
This commit is contained in:
Jude Cross 2019-03-05 12:23:06 -08:00
parent 71d9a66abe
commit 27ce61f6df

View File

@ -0,0 +1,9 @@
---
fixes:
- |
Fixes the logic within the health manager to prevent duplicate health checks
from running on the same cluster.
other:
- |
Adds a configuration option to the health manager to control the maximum
amount of threads that can be created by the health manager.