From 9e9c0c6d90510e10229b33cfa58d59bba8f79377 Mon Sep 17 00:00:00 2001 From: Hiroaki Kobayashi Date: Wed, 10 Jan 2018 13:49:14 +0900 Subject: [PATCH] Add a release note of the resource monitoring Change-Id: Ie2ec35be7109609c8fcfa5b85094f85a5c28c8db Implements: blueprint resource-monitoring Closes-Bug: #1274520 --- .../notes/resource-monitoring-622b6ebcb7472cf2.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 releasenotes/notes/resource-monitoring-622b6ebcb7472cf2.yaml diff --git a/releasenotes/notes/resource-monitoring-622b6ebcb7472cf2.yaml b/releasenotes/notes/resource-monitoring-622b6ebcb7472cf2.yaml new file mode 100644 index 00000000..79b6042d --- /dev/null +++ b/releasenotes/notes/resource-monitoring-622b6ebcb7472cf2.yaml @@ -0,0 +1,12 @@ +--- +features: + - | + The resource monitoring feature is available from this release. + This feature monitors states of resources in the freepool. If any failure + is detected, reservations which suffer from the failure are healed. + New flags have been introduced into leases and reservations to indicate + health of reserved resources. + Resource monitor is plugable and the compute host resource monitor is + currently supported. See documentation [1]_ in detail. + + .. [1] https://docs.openstack.org/blazar/latest/admin/resource-monitoring.html