From 76b557b996c99057df0da0ddcb5e67b8916d5acd Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Fri, 24 Jul 2020 18:18:54 -0400 Subject: [PATCH] Fix severity Change-Id: Ic9326f13868bcb4ff93e8d7874b9343b403c400f --- .../templates/libvirtd_exporter/prometheusrule.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack_operator/templates/libvirtd_exporter/prometheusrule.yml.j2 b/openstack_operator/templates/libvirtd_exporter/prometheusrule.yml.j2 index 0a3b5cba..462cac1d 100644 --- a/openstack_operator/templates/libvirtd_exporter/prometheusrule.yml.j2 +++ b/openstack_operator/templates/libvirtd_exporter/prometheusrule.yml.j2 @@ -29,5 +29,5 @@ spec: expr: | count(count by(version, driver, driver_version) (libvirtd_info)) != 1 annotations: - priority: P4 + severity: P4 description: QEMU and libvirt versions are not matching in the cloud.