Fix broken devstack install

Change-Id: I79cd70085e9e423fa3a7835e4a7fbd2b0cbf4922
This commit is contained in:
Dantali0n 2021-07-08 18:22:57 +02:00
parent a9fc6a8ab3
commit 4192182302
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ function configure_watcher_dashboard {
function init_watcher_dashboard {
# Setup alias for django-admin which could be different depending on distro
python ${DEST}/horizon/manage.py collectstatic --noinput
python ${DEST}/horizon//manage.py compress --force
python3 ${DEST}/horizon/manage.py collectstatic --noinput
python3 ${DEST}/horizon/manage.py compress --force
}
# check for service enabled