From 6e5522943a646b15d2e3299d37e4c2154f769c85 Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Tue, 22 Nov 2016 09:17:21 +0800 Subject: [PATCH] Remove superfluous code in aodh The code is superfluous and we can remove them. Change-Id: I45f6056cbb2261e808cd17aab62aedc92495de78 releated-review:https://review.openstack.org/399969 --- manifests/aodh.pp | 3 --- 1 file changed, 3 deletions(-) diff --git a/manifests/aodh.pp b/manifests/aodh.pp index a90ba9bc5..0516d7cfc 100644 --- a/manifests/aodh.pp +++ b/manifests/aodh.pp @@ -17,9 +17,6 @@ class openstack_integration::aodh { require => Class['::rabbitmq'], } - # https://bugs.launchpad.net/aodh/+bug/1557154 - Rabbitmq_user_permissions['aodh@/'] -> Service<| tag == 'aodh-service' |> - if $::openstack_integration::config::ssl { openstack_integration::ssl_key { 'aodh': notify => Service['httpd'],