From 5bf447ad3cb360a5e6fdedbda31078f04531dc47 Mon Sep 17 00:00:00 2001 From: Martin Magr Date: Thu, 22 May 2014 16:08:26 +0200 Subject: [PATCH] Install Ceilometer notification agent This agent is not currently being installed, but it is required to have Ceilometer functional. Change-Id: I30e5c51fec0b8afed46949a80c8240961eaf690a Fixes: rhbz#1096268 --- packstack/puppet/templates/ceilometer.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packstack/puppet/templates/ceilometer.pp b/packstack/puppet/templates/ceilometer.pp index 966b19283..d7d3c43a2 100644 --- a/packstack/puppet/templates/ceilometer.pp +++ b/packstack/puppet/templates/ceilometer.pp @@ -5,6 +5,9 @@ class { 'ceilometer::db': class { 'ceilometer::collector': } +class { 'ceilometer::agent::notification': +} + class { 'ceilometer::agent::auth': auth_url => 'http://%(CONFIG_CONTROLLER_HOST)s:35357/v2.0', auth_password => '%(CONFIG_CEILOMETER_KS_PW)s',