From ad571dfa9041aaf86856217e114aeeffe4ec9d5b Mon Sep 17 00:00:00 2001 From: Eyal Date: Sun, 18 Mar 2018 08:26:09 +0200 Subject: [PATCH] should use the python version Change-Id: I07355dc65a13b414e91967522ec57063cf043128 --- devstack/plugin.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 5bb8391..70061cd 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -12,8 +12,8 @@ function configure_vitrage_dashboard { } function init_vitrage_dashboard { - python ${DEST}/horizon/manage.py collectstatic --noinput - python ${DEST}/horizon//manage.py compress --force + $PYTHON ${DEST}/horizon/manage.py collectstatic --noinput + $PYTHON ${DEST}/horizon//manage.py compress --force } # check for service enabled