should use the python version
Change-Id: I07355dc65a13b414e91967522ec57063cf043128
This commit is contained in:
parent
e6c6f4f2a7
commit
ad571dfa90
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user