Enable debug logging for horizon tests

So that we have more information when they fail.

Change-Id: I3b149cf3466584e4592dba716096931ec32a4e90
This commit is contained in:
Radomir Dopieralski 2018-10-04 13:29:06 +02:00
parent b91a44bab7
commit 416119b464

View File

@ -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,