Add debug entry to nova.conf templates

This was previously missing making it impossible to
enable debug logging for nova-api-metadata service.

Change-Id: I7a88c4c6bb325909fc2f9046b4c266194360fe1b
Closes-Bug: 1657487
This commit is contained in:
Edward Hope-Morley 2017-01-18 15:18:39 +00:00
parent 7917aa021e
commit 03091ad65b
3 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@ logdir=/var/log/nova
state_path=/var/lib/nova
lock_path=/var/lock/nova
root_helper=sudo nova-rootwrap /etc/nova/rootwrap.conf
debug = {{ debug }}
verbose= {{ verbose }}
use_syslog = {{ use_syslog }}
api_paste_config=/etc/nova/api-paste.ini

View File

@ -7,6 +7,7 @@
logdir=/var/log/nova
state_path=/var/lib/nova
root_helper=sudo nova-rootwrap /etc/nova/rootwrap.conf
debug = {{ debug }}
verbose= {{ verbose }}
use_syslog = {{ use_syslog }}
api_paste_config=/etc/nova/api-paste.ini

View File

@ -7,6 +7,7 @@
logdir=/var/log/nova
state_path=/var/lib/nova
root_helper=sudo nova-rootwrap /etc/nova/rootwrap.conf
debug = {{ debug }}
verbose= {{ verbose }}
use_syslog = {{ use_syslog }}
api_paste_config=/etc/nova/api-paste.ini