From: Derek Higgins Date: Tue, 29 Sep 2015 23:09:20 +0000 (+0100) Subject: Remove the api service subscription on db sync X-Git-Tag: 7.0.0-mos-rc2^2~2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=492544aa5a5140cfd2b6d83b91106ec70f9ce669;p=puppet-modules%2Fpuppet-ceilometer.git Remove the api service subscription on db sync This already exists in the db::sync class for all services tagged with ceilometer-service. Removing it from here will allow the api service on a HA controller where the dbsync isn't run. Change-Id: I722bd4b1d4f8536c97afac14b916e9253458bb3b --- diff --git a/manifests/api.pp b/manifests/api.pp index c28ac40..2c8ad34 100644 --- a/manifests/api.pp +++ b/manifests/api.pp @@ -126,7 +126,6 @@ class ceilometer::api ( hasstatus => true, hasrestart => true, require => Class['ceilometer::db'], - subscribe => Exec['ceilometer-dbsync'], tag => 'ceilometer-service', } } elsif $service_name == 'httpd' {