Activity log for bug #1903911

Date Who What changed Old value New value Message
2020-11-11 20:37:28 Eric Desrochers bug added bug
2020-11-11 20:39:01 Eric Desrochers attachment added horizon.png https://bugs.launchpad.net/charm-openstack-dashboard/+bug/1903911/+attachment/5433614/+files/horizon.png
2020-11-11 20:39:10 Eric Desrochers tags seg sts
2020-11-11 20:40:21 Eric Desrochers attachment added horizon2.png https://bugs.launchpad.net/charm-openstack-dashboard/+bug/1903911/+attachment/5433615/+files/horizon2.png
2020-11-11 20:41:05 Eric Desrochers description 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. 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. (see horizon2.png)
2020-11-12 16:12:00 Eric Desrochers description 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. (see horizon2.png) openstack-dashboard starting w/ 308 introduce a style issue in horizon. I have identified the offending commit, causing a regression: 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. (see horizon2.png)
2020-11-12 16:12:39 Eric Desrochers bug added subscriber Michael Quiniola
2020-11-12 18:55:11 Michael Quiniola attachment added HorizonQ.png https://bugs.launchpad.net/charm-openstack-dashboard/+bug/1903911/+attachment/5433830/+files/HorizonQ.png
2020-11-13 05:42:17 Nobuto Murata bug added subscriber Nobuto Murata
2020-11-13 10:52:31 Aurelien Lourot charm-openstack-dashboard: status New Triaged
2020-11-13 10:52:35 Aurelien Lourot charm-openstack-dashboard: importance Undecided High
2020-11-16 14:13:24 OpenStack Infra charm-openstack-dashboard: status In Progress Fix Committed
2020-11-17 23:42:29 Billy Olsen charm-openstack-dashboard: assignee Eric Desrochers (slashd)
2020-11-17 23:42:33 Billy Olsen charm-openstack-dashboard: milestone 20.10
2020-11-17 23:42:38 Billy Olsen charm-openstack-dashboard: status Fix Committed Fix Released