From 416119b46443faa4edeeb0e59e745bd68a9da4d3 Mon Sep 17 00:00:00 2001 From: Radomir Dopieralski Date: Thu, 4 Oct 2018 13:29:06 +0200 Subject: [PATCH] Enable debug logging for horizon tests So that we have more information when they fail. Change-Id: I3b149cf3466584e4592dba716096931ec32a4e90 --- manifests/horizon.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/horizon.pp b/manifests/horizon.pp index 33aaa189f..4a6096579 100644 --- a/manifests/horizon.pp +++ b/manifests/horizon.pp @@ -37,6 +37,7 @@ class openstack_integration::horizon { horizon_key => "/etc/openstack-dashboard/ssl/private/${::fqdn}.pem", horizon_ca => $::openstack_integration::params::ca_bundle_cert_path, keystone_url => $::openstack_integration::config::keystone_auth_uri, + log_level => 'DEBUG', # need to disable offline compression due to # https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1424042 compress_offline => false,