62b4476db4
Change splits the exec for the manage.py to be split into collectstatic and compress. Previously, both actions were only executed on redhat but ubuntu requires compress on config change too. Change-Id: Ib7238f9bc107c372759d1ebbeb88469806267769 Closes-Bug: #1599536
5 lines
190 B
YAML
5 lines
190 B
YAML
---
|
|
fixes:
|
|
- Horizon Offline Generation Error on ubuntu systems. Previously, the 'manage.py compress' only ran on redhat. This change
|
|
allows the command to be executed on ubuntu also.
|