From 492544aa5a5140cfd2b6d83b91106ec70f9ce669 Mon Sep 17 00:00:00 2001 From: Derek Higgins Date: Wed, 30 Sep 2015 00:09:20 +0100 Subject: [PATCH] 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 --- manifests/api.pp | 1 - 1 file changed, 1 deletion(-) 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' { -- 2.45.2