From d54c1d6a82181f4e53a71f48b596bc5b8b3a6e7a Mon Sep 17 00:00:00 2001
From: Christian Berendt <berendt@betacloud-solutions.de>
Date: Thu, 13 Oct 2016 11:18:57 +0200
Subject: [PATCH] Add missing debugging paramters to nova config

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

TrivialFix

Change-Id: I41c62ffed3a64f3a652393acd064e004ebe39c60
---
 ansible/roles/nova/templates/nova.conf.j2 | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/ansible/roles/nova/templates/nova.conf.j2 b/ansible/roles/nova/templates/nova.conf.j2
index 82c991e94f..b9b6349f77 100644
--- a/ansible/roles/nova/templates/nova.conf.j2
+++ b/ansible/roles/nova/templates/nova.conf.j2
@@ -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 }}