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:
parent
24ec175f95
commit
d54c1d6a82
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user