Fix path to old style nova manage

Change-Id: I125056b7c8ddfc41ecb4bf74b4536cba3b9a5acf
This commit is contained in:
Michael Still 2013-12-05 15:01:56 +11:00 committed by Joshua Hesketh
parent e0782599ac
commit 2401b92c76

View File

@ -57,7 +57,7 @@ EOF
find $3 -type f -name "*.pyc" -exec rm -f {} \;
echo "***** Start DB upgrade to state of $1 *****"
nova_manage="$3/bin/nova-manage"
nova_manage="$3/nova/bin/nova-manage"
if [ -e $nova_manage ]
then
set -x