From 26b6cf114eaadff92a0f926214a53973c50083a9 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Mon, 14 Mar 2016 16:17:23 -0400 Subject: [PATCH] aodh: workaround to stop random failures on Aodh Listener See bug https://bugs.launchpad.net/aodh/+bug/1557154 for full context. Until it's fixed in Aodh, we need this workaround. Change-Id: I17f693be4c068803114d32024bf03a422ad6649c --- manifests/aodh.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifests/aodh.pp b/manifests/aodh.pp index a03b16416..c3b08214d 100644 --- a/manifests/aodh.pp +++ b/manifests/aodh.pp @@ -14,6 +14,9 @@ class openstack_integration::aodh { require => Class['::rabbitmq'], } + # https://bugs.launchpad.net/aodh/+bug/1557154 + Rabbitmq_user_permissions['aodh@/'] -> Service<| tag == 'aodh-service' |> + # gnocchi is not packaged in Ubuntu Cloud Archive # https://bugs.launchpad.net/cloud-archive/+bug/1535740 if $::osfamily == 'RedHat' {