Merge "Switch to ceilometer polling agent"

This commit is contained in:
Jenkins 2016-10-28 08:16:09 +00:00 committed by Gerrit Code Review
commit 3c005f9260
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ class packstack::nova::ceilometer ()
auth_region => hiera('CONFIG_KEYSTONE_REGION'),
}
class { '::ceilometer::agent::compute': }
class { '::ceilometer::agent::polling': }
}