diff --git a/releasenotes/notes/bp-retry-check-when-host-failure-78649c512ef79199.yaml b/releasenotes/notes/bp-retry-check-when-host-failure-78649c512ef79199.yaml index 2116396..f712c7c 100644 --- a/releasenotes/notes/bp-retry-check-when-host-failure-78649c512ef79199.yaml +++ b/releasenotes/notes/bp-retry-check-when-host-failure-78649c512ef79199.yaml @@ -8,10 +8,12 @@ features: With this feature, the following config option can be set. - [host] - monitoring_samples = 3 + .. code-block:: ini + + [host] + monitoring_samples = 3 The above means 3 checks will be done before the node status is decided. The default value is 1 which is backwards compatible. - `Blueprint retry-check-when-host-failure `__ + `Blueprint retry-check-when-host-failure `__