Enable COMPRESS_OFFLINE for Horizon

Without this set the CSS is messed up again

TrivialFix
backport: liberty

Change-Id: I9e4cfc53d9791f75d4fdd52abe562c58035b0979
This commit is contained in:
Sam Yaple 2015-10-15 10:45:35 +00:00
parent 63a2f61bc8
commit 718ed4313a

@ -7,6 +7,7 @@ from openstack_dashboard import exceptions
DEBUG = False
TEMPLATE_DEBUG = DEBUG
COMPRESS_OFFLINE = True
# WEBROOT is the location relative to Webserver root
# should end with a slash.