From cb58abc4c90f3f9f8af003fb4c9b671ee456ec5b Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 12 Sep 2023 17:01:02 +0900 Subject: [PATCH] Re-enable offline compression ... because the issue with Ubuntu packages[1] has been fixed. [1] https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1424042 Change-Id: I7f98ab1a80678fa4e75c74e6485050596bac1f7a --- manifests/horizon.pp | 3 --- 1 file changed, 3 deletions(-) diff --git a/manifests/horizon.pp b/manifests/horizon.pp index 3261873d6..6a25dc188 100644 --- a/manifests/horizon.pp +++ b/manifests/horizon.pp @@ -60,9 +60,6 @@ class openstack_integration::horizon ( wsgi_processes => 2, 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, } # TODO(tkajinam) Debian/Ubuntu package does not install the policy files