Merge "Enable debug logging for horizon tests"

This commit is contained in:
Zuul 2018-11-04 21:24:53 +00:00 committed by Gerrit Code Review
commit 788c64812a
1 changed files with 1 additions and 0 deletions

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,