Remove superfluous code in aodh

The code is superfluous and we can remove them.

Change-Id: I45f6056cbb2261e808cd17aab62aedc92495de78
releated-review:https://review.openstack.org/399969
This commit is contained in:
ZhongShengping 2016-11-22 09:17:21 +08:00
parent 0e55bc8a10
commit 6e5522943a

View File

@ -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'],