kolla-ansible/releasenotes/notes/prometheus-config-when-alertmanager-disabled-0090c1570ff4e632.yaml
Michal Nasiadka 328993d8b3 CI: Add doc8 linting of release notes
Change-Id: I1439aa923a9129b752abb4acfb88559930b2178a
2020-02-28 12:12:31 +00:00

10 lines
415 B
YAML

---
fixes:
- |
Fixes templating of Prometheus configuration when Alertmanager is disabled.
In a deployment where Prometheus is enabled and Alertmanager is disabled
the configuration for the Prometheus will fail when templating as the
variable ``prometheus_alert_rules`` does not contain the key ``files``.
For details please see
<https://bugs.launchpad.net/kolla-ansible/+bug/1854540>`__.