should use the python version

Change-Id: I07355dc65a13b414e91967522ec57063cf043128
This commit is contained in:
Eyal 2018-03-18 08:26:09 +02:00
parent e6c6f4f2a7
commit ad571dfa90

View File

@ -12,8 +12,8 @@ function configure_vitrage_dashboard {
} }
function init_vitrage_dashboard { function init_vitrage_dashboard {
python ${DEST}/horizon/manage.py collectstatic --noinput $PYTHON ${DEST}/horizon/manage.py collectstatic --noinput
python ${DEST}/horizon//manage.py compress --force $PYTHON ${DEST}/horizon//manage.py compress --force
} }
# check for service enabled # check for service enabled