diff options
author | Ben Nemec <bnemec@redhat.com> | 2015-11-03 18:40:36 -0600 |
---|---|---|
committer | Ben Nemec <bnemec@redhat.com> | 2016-02-25 09:38:24 -0600 |
commit | a1164462bf15b548e3111c1eea663a37d1ae9e7a (patch) | |
tree | d77d9ef68be4f2a178c9e8a1aa5ddf0674195858 /puppet/hieradata | |
parent | f8633a42e24b2f777f6f03d09af07346724c15b5 (diff) |
Enable notifications on the overcloud
Configures all services to send notifications to rabbit. The puppet
modules are not consistent regarding how this is done - some expose
notification config as a top-level param, others you need to set it
through a *_config structure, and cinder provides a separate class
dedicated to enabling ceilometer notifications.
Change-Id: I23e2ddad3c59a06cfbfe5d896a16e6bad2abd943
Diffstat (limited to 'puppet/hieradata')
-rw-r--r-- | puppet/hieradata/controller.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/hieradata/controller.yaml b/puppet/hieradata/controller.yaml index e0e0ffbc..e00fffaf 100644 --- a/puppet/hieradata/controller.yaml +++ b/puppet/hieradata/controller.yaml @@ -91,6 +91,7 @@ nova::api::sync_db_api: true nova::scheduler::filter::ram_allocation_ratio: '1.0' nova::cron::archive_deleted_rows::hour: '*/12' nova::cron::archive_deleted_rows::destination: '/dev/null' +nova::notification_driver: messaging # ceilometer ceilometer::agent::auth::auth_endpoint_type: 'internalURL' |