Fix renos

to backport before releases

Change-Id: I3ed8b56232e9fa99f7a0bb262d57a2d13cb18999
(cherry picked from commit d7d4b91659)
This commit is contained in:
Radosław Piliszek 2020-03-03 20:25:33 +01:00
parent ccbba57dfc
commit 6c91da6303
6 changed files with 9 additions and 9 deletions

View File

@ -2,4 +2,4 @@
fixes: fixes:
- | - |
Fix qemu loading of ceph.conf (permission error). Fix qemu loading of ceph.conf (permission error).
`LP#1861513 <https://launchpad.net/bugs/1861513>` `LP#1861513 <https://launchpad.net/bugs/1861513>`__

View File

@ -3,4 +3,4 @@ fixes:
- | - |
Remove /run bind mounts in Neutron services causing dbus host-level Remove /run bind mounts in Neutron services causing dbus host-level
errors and add /run/netns for neutron-dhcp-agent and neutron-l3-agent. errors and add /run/netns for neutron-dhcp-agent and neutron-l3-agent.
`LP# 1861792 <https://launchpad.net/bugs/1861792>`__ `LP#1861792 <https://launchpad.net/bugs/1861792>`__

View File

@ -3,4 +3,4 @@ fixes:
- | - |
Each Prometheus mysqld exporter points now to its local mysqld Each Prometheus mysqld exporter points now to its local mysqld
instance (MariaDB) instead of VIP address. instance (MariaDB) instead of VIP address.
`LP#1863041 <https://launchpad.net/bugs/1863041>` `LP#1863041 <https://launchpad.net/bugs/1863041>`__

View File

@ -3,4 +3,4 @@ fixes:
- | - |
Cinder Backup has now access to kernel modules to load e.g. iscsi_tcp Cinder Backup has now access to kernel modules to load e.g. iscsi_tcp
module. module.
`LP#1863094 <https://launchpad.net/bugs/1863094>` `LP#1863094 <https://launchpad.net/bugs/1863094>`__

View File

@ -3,4 +3,4 @@ fixes:
- | - |
Makes RabbitMQ hostname address resolution precheck stronger by Makes RabbitMQ hostname address resolution precheck stronger by
requiring uniqueness of resolution to avoid later issues. requiring uniqueness of resolution to avoid later issues.
`LP#1863363 <https://launchpad.net/bugs/1863363>` `LP#1863363 <https://launchpad.net/bugs/1863363>`__

View File

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