From d7d4b9165991dd47a4be306f50f9191308bfbafc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Tue, 3 Mar 2020 20:25:33 +0100 Subject: [PATCH] Fix renos to backport before releases Change-Id: I3ed8b56232e9fa99f7a0bb262d57a2d13cb18999 --- releasenotes/notes/bug-1861513-8e09a6fb42dfc99c.yaml | 2 +- releasenotes/notes/bug-1861792-a44a31693b0c786f.yaml | 2 +- releasenotes/notes/bug-1863041-30d87a768339251b.yaml | 2 +- releasenotes/notes/bug-1863094-1564f489a7eecb28.yaml | 2 +- releasenotes/notes/bug-1863363-eb5d0ddd0d0d1090.yaml | 2 +- ...eus-config-when-alertmanager-disabled-0090c1570ff4e632.yaml | 3 +-- 6 files changed, 6 insertions(+), 7 deletions(-) diff --git a/releasenotes/notes/bug-1861513-8e09a6fb42dfc99c.yaml b/releasenotes/notes/bug-1861513-8e09a6fb42dfc99c.yaml index f46e4eb33a..dd43957597 100644 --- a/releasenotes/notes/bug-1861513-8e09a6fb42dfc99c.yaml +++ b/releasenotes/notes/bug-1861513-8e09a6fb42dfc99c.yaml @@ -2,4 +2,4 @@ fixes: - | Fix qemu loading of ceph.conf (permission error). - `LP#1861513 ` + `LP#1861513 `__ diff --git a/releasenotes/notes/bug-1861792-a44a31693b0c786f.yaml b/releasenotes/notes/bug-1861792-a44a31693b0c786f.yaml index 1d91ca3f93..84928578dc 100644 --- a/releasenotes/notes/bug-1861792-a44a31693b0c786f.yaml +++ b/releasenotes/notes/bug-1861792-a44a31693b0c786f.yaml @@ -3,4 +3,4 @@ fixes: - | Remove /run bind mounts in Neutron services causing dbus host-level errors and add /run/netns for neutron-dhcp-agent and neutron-l3-agent. - `LP# 1861792 `__ + `LP#1861792 `__ diff --git a/releasenotes/notes/bug-1863041-30d87a768339251b.yaml b/releasenotes/notes/bug-1863041-30d87a768339251b.yaml index f5b4f85719..2c31c4d5f7 100644 --- a/releasenotes/notes/bug-1863041-30d87a768339251b.yaml +++ b/releasenotes/notes/bug-1863041-30d87a768339251b.yaml @@ -3,4 +3,4 @@ fixes: - | Each Prometheus mysqld exporter points now to its local mysqld instance (MariaDB) instead of VIP address. - `LP#1863041 ` + `LP#1863041 `__ diff --git a/releasenotes/notes/bug-1863094-1564f489a7eecb28.yaml b/releasenotes/notes/bug-1863094-1564f489a7eecb28.yaml index 1aa9fa5428..b037d792a5 100644 --- a/releasenotes/notes/bug-1863094-1564f489a7eecb28.yaml +++ b/releasenotes/notes/bug-1863094-1564f489a7eecb28.yaml @@ -3,4 +3,4 @@ fixes: - | Cinder Backup has now access to kernel modules to load e.g. iscsi_tcp module. - `LP#1863094 ` + `LP#1863094 `__ diff --git a/releasenotes/notes/bug-1863363-eb5d0ddd0d0d1090.yaml b/releasenotes/notes/bug-1863363-eb5d0ddd0d0d1090.yaml index efe29a2aac..554894d1c1 100644 --- a/releasenotes/notes/bug-1863363-eb5d0ddd0d0d1090.yaml +++ b/releasenotes/notes/bug-1863363-eb5d0ddd0d0d1090.yaml @@ -3,4 +3,4 @@ fixes: - | Makes RabbitMQ hostname address resolution precheck stronger by requiring uniqueness of resolution to avoid later issues. - `LP#1863363 ` + `LP#1863363 `__ diff --git a/releasenotes/notes/prometheus-config-when-alertmanager-disabled-0090c1570ff4e632.yaml b/releasenotes/notes/prometheus-config-when-alertmanager-disabled-0090c1570ff4e632.yaml index 9197fc0a32..430bd6678d 100644 --- a/releasenotes/notes/prometheus-config-when-alertmanager-disabled-0090c1570ff4e632.yaml +++ b/releasenotes/notes/prometheus-config-when-alertmanager-disabled-0090c1570ff4e632.yaml @@ -5,5 +5,4 @@ fixes: 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 - `__. + `LP#1854540 `__