Configure ignore_projects in ceilometer middleware

Without this gnocchi with swift floods with events, causing too much
load.

Change-Id: Ibe23639cba50085efd10a8a65cd59c8350f74f58
This commit is contained in:
Pradeep Kilambi 2017-07-07 11:40:14 -04:00 committed by Javier Peña
parent edbf361c7c
commit ef846b0589
1 changed files with 4 additions and 0 deletions

View File

@ -10,5 +10,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'),
}
}