Add compression step back into container

In Mitaka it seems like compressor does different hashing in container
and during container build, so add compression back, just for Miraka
compatibility.

Change-Id: Ie4cc2f5b439ba96e0a62c544a981a96aee233ede
This commit is contained in:
Yuriy Taraday 2016-11-17 23:14:34 +03:00 committed by Andrey Pavlov
parent a284222df4
commit 26bf7c310c
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ service:
pre:
- name: chown-logs-dir
command: "sudo /bin/chown horizon:horizon /var/log/ccp/horizon"
- name: horizon-compress # Just for Mitaka compatibility
command: /var/lib/microservices/venv/bin/python /var/lib/microservices/venv/bin/manage.py compress
daemon:
dependencies:
- keystone