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

« back to all changes in this revision

Viewing changes to templates/havana/neutron.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:
20
20
default_notification_level = INFO
21
21
notification_topics = notifications
22
22
 
23
 
{% if rabbitmq_host -%}
24
 
rabbit_host = {{ rabbitmq_host }}
25
 
rabbit_userid = {{ rabbitmq_user }}
26
 
rabbit_password = {{ rabbitmq_password }}
27
 
rabbit_virtual_host = {{ rabbitmq_virtual_host }}
28
 
{% endif -%}
29
 
 
 
23
{% include "parts/rabbitmq" %}
30
24
 
31
25
[QUOTAS]
32
26