Add missing debugging paramters to nova config

Debugging for glance and guestfs has to be enabled by using separate
parameters.

TrivialFix

Change-Id: I41c62ffed3a64f3a652393acd064e004ebe39c60
This commit is contained in:
Christian Berendt 2016-10-13 11:18:57 +02:00
parent 24ec175f95
commit d54c1d6a82

View File

@ -196,3 +196,9 @@ driver = noop
[privsep_entrypoint]
helper_command=sudo nova-rootwrap /etc/nova/rootwrap.conf privsep-helper --config-file /etc/nova/nova.conf
[glance]
debug = {{ nova_logging_debug }}
[guestfs]
debug = {{ nova_logging_debug }}