~danilo/charms/trusty/glance-simplestreams-sync/invert-failure-mode

« back to all changes in this revision

Viewing changes to templates/identity.yaml

  • Committer: james.page at ubuntu
  • Date: 2015-09-08 16:25:57 UTC
  • Revision ID: james.page@ubuntu.com-20150908162557-owyu2dj87b25cqpc
Rebase on git charm

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
admin_user: {{ admin_user }}
10
10
admin_password: {{ admin_password }}
11
11
 
 
12
{% if rabbitmq_host or rabbitmq_hosts -%}
 
13
rabbit_userid: {{ rabbitmq_user }}
 
14
rabbit_virtual_host: {{ rabbitmq_virtual_host }}
 
15
rabbit_password: {{ rabbitmq_password }}
 
16
{% if rabbitmq_hosts -%}
 
17
rabbit_hosts: {{ rabbitmq_hosts }}
 
18
{% if rabbitmq_ha_queues -%}
 
19
rabbit_ha_queues: True
 
20
rabbit_durable_queues: False
 
21
{% endif -%}
 
22
{% else -%}
 
23
rabbit_host: {{ rabbitmq_host }}
 
24
{% endif -%}
 
25
{% if rabbit_ssl_port -%}
 
26
rabbit_use_ssl: True
 
27
rabbit_port: {{ rabbit_ssl_port }}
 
28
{% if rabbit_ssl_ca -%}
 
29
kombu_ssl_ca_certs: {{ rabbit_ssl_ca }}
 
30
{% endif -%}
 
31
{% endif -%}
 
32
{% endif -%}
 
 
b'\\ No newline at end of file'