Merge "Set keystone notification topics if ceilometer is enabled"

This commit is contained in:
Zuul 2017-11-09 13:46:56 +00:00 committed by Gerrit Code Review
commit d440de70fc
2 changed files with 7 additions and 0 deletions

View File

@ -174,6 +174,8 @@ outputs:
ceilometer::keystone::auth::region: {get_param: KeystoneRegion}
ceilometer::keystone::auth::tenant: 'service'
ceilometer::keystone::auth::configure_endpoint: {get_param: CeilometerApiEndpoint}
# Enable default notification queue
tripleo::profile::base::keystone::ceilometer_notification_topics: ["notifications"]
mysql:
ceilometer::db::mysql::password: {get_param: CeilometerPassword}
ceilometer::db::mysql::user: ceilometer

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Enabling ceilometer automatically enables keystone notifications
through the 'notifications' topic (which was the default).