[ceilometer] Fixed the nova_ceilometer.pp template.
This should fix: bz#1032070 Change-Id: I777e58d5787a5b4625eb227fdf49450eab61a780
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user