diff --git a/packstack/puppet/modules/packstack/manifests/swift/ceilometer.pp b/packstack/puppet/modules/packstack/manifests/swift/ceilometer.pp index ce4269afc..4beb83ae8 100644 --- a/packstack/puppet/modules/packstack/manifests/swift/ceilometer.pp +++ b/packstack/puppet/modules/packstack/manifests/swift/ceilometer.pp @@ -8,5 +8,9 @@ class packstack::swift::ceilometer () topic => 'notifications', control_exchange => 'swift', driver => 'messaging', + ignore_projects => ['service'], + auth_uri => hiera('CONFIG_KEYSTONE_PUBLIC_URL'), + auth_url => hiera('CONFIG_KEYSTONE_ADMIN_URL'), + password => hiera('CONFIG_SWIFT_KS_PW'), } }