~niedbalski/charms/trusty/nova-compute/fix-lp-1308557

« back to all changes in this revision

Viewing changes to templates/essex/nova.conf

  • Committer: Andres Rodriguez
  • Date: 2014-02-20 15:23:27 UTC
  • mfrom: (54.1.3 nova-compute)
  • Revision ID: andreserl@ubuntu.com-20140220152327-vbd0e0a4yovkc3ac
Added syslog support

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
--connection_type=libvirt
17
17
--root_helper=sudo nova-rootwrap
18
18
--verbose
 
19
--use_syslog={{ use_syslog }}
19
20
--ec2_private_dns_show_ip
20
21
{% if database_host -%}
21
22
--sql_connection=mysql://{{ database_user }}:{{ database_password }}@{{ database_host }}/{{ database }}