Fix broken devstack install
Change-Id: I79cd70085e9e423fa3a7835e4a7fbd2b0cbf4922
This commit is contained in:
parent
a9fc6a8ab3
commit
4192182302
@ -13,8 +13,8 @@ function configure_watcher_dashboard {
|
|||||||
|
|
||||||
function init_watcher_dashboard {
|
function init_watcher_dashboard {
|
||||||
# Setup alias for django-admin which could be different depending on distro
|
# Setup alias for django-admin which could be different depending on distro
|
||||||
python ${DEST}/horizon/manage.py collectstatic --noinput
|
python3 ${DEST}/horizon/manage.py collectstatic --noinput
|
||||||
python ${DEST}/horizon//manage.py compress --force
|
python3 ${DEST}/horizon/manage.py compress --force
|
||||||
}
|
}
|
||||||
|
|
||||||
# check for service enabled
|
# check for service enabled
|
||||||
|
Loading…
x
Reference in New Issue
Block a user