From 559db4722370917254a1c86a7894349f9796edb6 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Tue, 3 Apr 2018 16:33:48 -0700 Subject: [PATCH] zaqar: fix hieradata to enable Debug debug option is in ::zaqar::logging class, not in ::zaqar. Change-Id: Ifc690bb24a7033e9f1ed3ccc4e7a4a8ecd44fc0f --- puppet/services/zaqar-api.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet/services/zaqar-api.yaml b/puppet/services/zaqar-api.yaml index b379fa2ed7..504f459119 100644 --- a/puppet/services/zaqar-api.yaml +++ b/puppet/services/zaqar-api.yaml @@ -106,7 +106,7 @@ outputs: zaqar::keystone::authtoken::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]} zaqar::keystone::authtoken::auth_uri: {get_param: [EndpointMap, KeystoneInternal, uri]} zaqar::keystone::trust::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]} - zaqar::debug: + zaqar::logging::debug: if: - service_debug_unset - {get_param: Debug }