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:
parent
d3f4341f64
commit
26b6cf114e
@ -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' {
|
||||
|
Loading…
Reference in New Issue
Block a user