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
This commit is contained in:
Martin Magr
2014-05-22 16:08:26 +02:00
parent 7e92587dc0
commit 5bf447ad3c

View File

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