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
This commit is contained in:
Emilien Macchi 2016-03-14 16:17:23 -04:00
parent d3f4341f64
commit 26b6cf114e

View File

@ -14,6 +14,9 @@ class openstack_integration::aodh {
require => Class['::rabbitmq'], 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 # gnocchi is not packaged in Ubuntu Cloud Archive
# https://bugs.launchpad.net/cloud-archive/+bug/1535740 # https://bugs.launchpad.net/cloud-archive/+bug/1535740
if $::osfamily == 'RedHat' { if $::osfamily == 'RedHat' {