~niedbalski/charms/trusty/nova-compute/template-cleanup

« back to all changes in this revision

Viewing changes to templates/folsom/quantum.conf

  • Committer: James Page
  • Date: 2014-04-16 08:26:38 UTC
  • mfrom: (51.3.32 nova-compute)
  • Revision ID: james.page@canonical.com-20140416082638-e2cld0wqyfqpamy0
[yolanda.robla,james-page,hazmat,ivoks,coreycb,r=james-page,t=*]

Support for Icehouse on 12.04 and 14.04
Support for Active/Active and SSL RabbitMQ
Support for SSL MySQL
Support for SSL endpoints
Support for PostgreSQL

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
notification_driver = quantum.openstack.common.notifier.rpc_notifier
18
18
default_notification_level = INFO
19
19
notification_topics = notifications
20
 
{% if rabbitmq_host -%}
21
 
rabbit_host = {{ rabbitmq_host }}
22
 
rabbit_userid = {{ rabbitmq_user }}
23
 
rabbit_password = {{ rabbitmq_password }}
24
 
rabbit_virtual_host = {{ rabbitmq_virtual_host }}
25
 
 
26
 
{% endif -%}
27
 
 
 
20
 
 
21
{% include "parts/rabbitmq" %}
28
22
 
29
23
[QUOTAS]
30
24