openstack-ansible-os_horizon/releasenotes/notes/compress-customization-a7d03162d837085f.yaml
Nolan Brubaker dfda6bc078 Compress static files after customizations
The previous behavior compressed files, then customized the horizon
install. By doing this, static files in the customization modules were
left out of the static collection/compression process. This change in
ordering will now catch those files.

Additionally, a notification is sent to the apache restart handler.

Change-Id: I5c6678c2ef93b46f38cf94f19c9b2cf444411ea8
Closes-Bug: #1598146
2016-07-06 12:01:27 -04:00

6 lines
216 B
YAML

---
fixes:
- The standard collectstatic and compression process in the os_horizon role
now happens after horizon customizations are installed, so that all static
resources will be collected and compressed.