From a1164462bf15b548e3111c1eea663a37d1ae9e7a Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Tue, 3 Nov 2015 18:40:36 -0600 Subject: 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 --- puppet/hieradata/controller.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'puppet/hieradata/controller.yaml') 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' -- cgit 1.2.3-korg