~james-page/charms/precise/cinder/pre-test

« back to all changes in this revision

Viewing changes to templates/cinder.conf

  • Committer: Marco Ceppi
  • Date: 2013-11-04 00:25:51 UTC
  • mfrom: (24.1.1 cinder-current)
  • Revision ID: marco@ceppi.net-20131104002551-dcprz9nvdcjmgw5c
[james-page] Updates for ceilometer integration

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
sql_connection = mysql://{{ database_user }}:{{ database_password }}@{{ database_host }}/{{ database }}
19
19
{% endif -%}
20
20
{% if rabbitmq_host -%}
 
21
notification_driver = cinder.openstack.common.notifier.rabbit_notifier
 
22
control_exchange = cinder
21
23
rabbit_host = {{ rabbitmq_host }}
22
24
rabbit_userid = {{ rabbitmq_user }}
23
25
rabbit_password = {{ rabbitmq_password }}