Comment 0 for bug 1903911

Revision history for this message
Eric Desrochers (slashd) wrote :

openstack-dashboard starting w/ 308 introduce a style issue in horizon.

I have identified the offending commit:

0fe556e Update template to enable offline-compression

Which does the following:

templates/ocata/local_settings.py:
# Compress all assets offline as part of packaging installation
-#COMPRESS_OFFLINE = True
+COMPRESS_OFFLINE = True

On my reproducer:

# grep COMPRESS /etc/openstack-dashboard/local_settings.py
COMPRESS_OFFLINE = True

The above is messing with the style (see attachment horizon.png)

If I comment (#) live in my reproducer this line and test again, the style is back to normal.