[ceilometer] Fixed the nova_ceilometer.pp template.

This should fix: bz#1032070

Change-Id: I777e58d5787a5b4625eb227fdf49450eab61a780
This commit is contained in:
Francesco Vollero
2013-12-05 15:32:55 +01:00
parent 2f712a79f8
commit 33504fd333

View File

@@ -17,9 +17,3 @@ class { 'ceilometer::agent::auth':
class { 'ceilometer::agent::compute':
}
# if fqdn is not set correctly we have to tell compute agent which host it should query
if !$::fqdn or $::fqdn != $::hostname {
ceilometer_config {
'DEFAULT/host': value => $::hostname
}
}