From 63c135ee31fa870650039bc7657c54b028fa7f70 Mon Sep 17 00:00:00 2001 From: Patrick Darley Date: Fri, 17 Apr 2015 14:10:53 +0000 Subject: Openstack: Make Ceilometer configurable This commit configures ceilometer to integrate with Keystone, Glance, Cinder and Nova. Change-Id: I19e8580de87858033ce1c2caf86a828d6377bb91 --- openstack/usr/share/openstack/cinder/cinder.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openstack/usr/share/openstack/cinder') diff --git a/openstack/usr/share/openstack/cinder/cinder.conf b/openstack/usr/share/openstack/cinder/cinder.conf index 1ca21082..a58004b5 100644 --- a/openstack/usr/share/openstack/cinder/cinder.conf +++ b/openstack/usr/share/openstack/cinder/cinder.conf @@ -162,7 +162,7 @@ rabbit_password={{ RABBITMQ_PASSWORD }} # Driver or drivers to handle sending notifications. (multi # valued) -#notification_driver= +notification_driver=messagingv2 # AMQP topic used for OpenStack notifications. (list value) # Deprecated group/name - [rpc_notifier2]/topics @@ -183,7 +183,7 @@ rpc_backend=rabbit # The default exchange under which topics are scoped. May be # overridden by an exchange name specified in the # transport_url option. (string value) -#control_exchange=openstack +control_exchange=cinder # -- cgit v1.2.1