Merge "Move to manage.py migrate in horizon"

This commit is contained in:
Jenkins 2016-11-04 15:45:57 +00:00 committed by Gerrit Code Review
commit 8e51c4d993

View File

@ -7,7 +7,7 @@ if [[ "${!KOLLA_BOOTSTRAP[@]}" ]]; then
if [[ -f "/var/lib/kolla/venv/bin/python" ]]; then
MANAGE_PY="/var/lib/kolla/venv/bin/python /var/lib/kolla/venv/bin/manage.py"
fi
$MANAGE_PY syncdb --noinput
$MANAGE_PY migrate --noinput
exit 0
fi