~james-page/charms/trusty/nova-cloud-controller/cluster-sync-fix

« back to all changes in this revision

Viewing changes to templates/havana/nova.conf

  • Committer: james.page at ubuntu
  • Date: 2014-08-01 09:31:49 UTC
  • mfrom: (89.3.1 nova-cloud-controller1)
  • Revision ID: james.page@ubuntu.com-20140801093149-teghm7wo30vhs7ok
[heut2008,r=james=page] Ensure use_syslog is populated into configuration files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
enabled_apis=ec2,osapi_compute,metadata
21
21
auth_strategy=keystone
22
22
compute_driver=libvirt.LibvirtDriver
 
23
use_syslog={{ use_syslog }}
 
24
 
23
25
{% if keystone_ec2_url -%}
24
26
keystone_ec2_url = {{ keystone_ec2_url }}
25
27
{% endif -%}