Fix broken devstack install
Change-Id: I79cd70085e9e423fa3a7835e4a7fbd2b0cbf4922
This commit is contained in:
parent
73dca396a3
commit
abcd7c04b2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user