~hopem/charms/trusty/nova-compute/make-debug-verbose-configurable

« back to all changes in this revision

Viewing changes to templates/icehouse/nova.conf

  • Committer: Edward Hope-Morley
  • Date: 2015-04-13 12:22:05 UTC
  • Revision ID: edward.hope-morley@canonical.com-20150413122205-ae29bfz1t62hxzp5
[trivial] make debug and verbose configurable

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
{% endif -%}
8
8
###############################################################################
9
9
[DEFAULT]
 
10
verbose={{ verbose }}
 
11
debug={{ debug }}
10
12
dhcpbridge_flagfile=/etc/nova/nova.conf
11
13
dhcpbridge=/usr/bin/nova-dhcpbridge
12
14
logdir=/var/log/nova
21
23
libvirt_use_virtio_for_bridges=True
22
24
{% endif -%}
23
25
 
24
 
verbose=True
25
26
use_syslog = {{ use_syslog }}
26
27
ec2_private_dns_show_ip=True
27
28
api_paste_config=/etc/nova/api-paste.ini