From ff661d9f1b4944eafb6bf9c5652680e915315874 Mon Sep 17 00:00:00 2001 From: Sergey Kraynev Date: Tue, 21 Feb 2017 06:47:41 +0000 Subject: [PATCH] Make debug option name consistent for Murano Change-Id: Ieed5b52c567e5a90bf1f169ff2eabc8642681fe4 --- service/files/defaults.yaml | 2 +- service/files/murano.conf.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/service/files/defaults.yaml b/service/files/defaults.yaml index e35ab95..a72071d 100644 --- a/service/files/defaults.yaml +++ b/service/files/defaults.yaml @@ -11,7 +11,7 @@ configs: username: murano password: murano - logging_debug: false + debug: false networking: dns: 8.8.8.8 diff --git a/service/files/murano.conf.j2 b/service/files/murano.conf.j2 index 51f7a57..5377bd8 100644 --- a/service/files/murano.conf.j2 +++ b/service/files/murano.conf.j2 @@ -1,5 +1,5 @@ [DEFAULT] -debug = {{ murano.logging_debug }} +debug = {{ murano.debug }} verbose = True use_syslog = false