summaryrefslogtreecommitdiff
path: root/openstack/usr/share/openstack/glance/glance-registry.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/glance/glance-registry.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/glance/glance-registry.conf')
-rw-r--r--openstack/usr/share/openstack/glance/glance-registry.conf15
1 files changed, 7 insertions, 8 deletions
diff --git a/openstack/usr/share/openstack/glance/glance-registry.conf b/openstack/usr/share/openstack/glance/glance-registry.conf
index e663148d..302f4138 100644
--- a/openstack/usr/share/openstack/glance/glance-registry.conf
+++ b/openstack/usr/share/openstack/glance/glance-registry.conf
@@ -82,21 +82,20 @@ use_syslog = True
# Driver or drivers to handle sending notifications. Set to
# 'messaging' to send notifications to a message queue.
-# notification_driver = noop
+notification_driver = messagingv2
# Default publisher_id for outgoing notifications.
# default_publisher_id = image.localhost
# Messaging driver used for 'messaging' notifications driver
-# rpc_backend = 'rabbit'
+rpc_backend=rabbit
-# Configuration options if sending notifications via rabbitmq (these are
-# the defaults)
-rabbit_host = localhost
-rabbit_port = 5672
+# Configuration options if sending notifications via rabbitmq
+rabbit_host = {{ RABBITMQ_HOST }}
+rabbit_port = {{ RABBITMQ_PORT }}
rabbit_use_ssl = false
-rabbit_userid = guest
-rabbit_password = guest
+rabbit_userid = {{ RABBITMQ_USER }}
+rabbit_password = {{ RABBITMQ_PASSWORD }}
rabbit_virtual_host = /
rabbit_notification_exchange = glance
rabbit_notification_topic = notifications