~1chb1n/charms/trusty/nova-cloud-controller/15.10-stable-flip-tests-helper-syncs

« back to all changes in this revision

Viewing changes to templates/essex/nova.conf

[yolanda] Add postgresql support
Rejig templates to use includes, add Postgresql context for neutron and quantum config files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
--verbose
17
17
--ec2_private_dns_show_ip
18
18
{% if database_host -%}
19
 
--sql_connection=mysql://{{ database_user }}:{{ database_password }}@{{ database_host }}/{{ database }}
 
19
--sql_connection={{ database_type }}://{{ database_user }}:{{ database_password }}@{{ database_host }}/{{ database }}
20
20
{% endif -%}
21
21
{% if rabbitmq_host -%}
22
22
--rabbit_host={{ rabbitmq_host }}