diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 3cb20d8..b1b3124 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -13,8 +13,8 @@ function configure_watcher_dashboard { function init_watcher_dashboard { # Setup alias for django-admin which could be different depending on distro - python3 ${DEST}/horizon/manage.py collectstatic --noinput - python3 ${DEST}/horizon/manage.py compress --force + $PYTHON ${DEST}/horizon/manage.py collectstatic --noinput + $PYTHON ${DEST}/horizon/manage.py compress --force } # check for service enabled