Merge "Enable use of coordination_url in ceilometer"

This commit is contained in:
Jenkins 2015-06-09 07:55:13 +00:00 committed by Gerrit Code Review
commit 5033fd0689
1 changed files with 1 additions and 0 deletions

View File

@ -673,6 +673,7 @@ if hiera('step') >= 3 {
class { '::ceilometer::agent::central' :
manage_service => false,
enabled => false,
coordination_url => "redis://${redis_vip}:6379",
}
class { '::ceilometer::alarm::notifier' :
manage_service => false,