summaryrefslogtreecommitdiff
path: root/openstack/usr/share/openstack/cinder/cinder.conf
diff options
context:
space:
mode:
authorPatrick Darley <patrick.darley@codethink.co.uk>2015-04-17 14:10:53 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-04-17 17:30:20 +0000
commit63c135ee31fa870650039bc7657c54b028fa7f70 (patch)
treef042fc24e49e9834f4fdb6a01e800b2ec6429c69 /openstack/usr/share/openstack/cinder/cinder.conf
parent3505ba2dda17bbc5c2790db129ae7cc50db97f14 (diff)
downloaddefinitions-63c135ee31fa870650039bc7657c54b028fa7f70.tar.gz
Openstack: Make Ceilometer configurable
This commit configures ceilometer to integrate with Keystone, Glance, Cinder and Nova. Change-Id: I19e8580de87858033ce1c2caf86a828d6377bb91
Diffstat (limited to 'openstack/usr/share/openstack/cinder/cinder.conf')
-rw-r--r--openstack/usr/share/openstack/cinder/cinder.conf4
1 files changed, 2 insertions, 2 deletions
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
#