nova-manage should be verbose

Change-Id: I8e026fee48458767f51b65cb65973b6635e42203
This commit is contained in:
Michael Still 2013-12-06 00:08:52 +11:00 committed by Joshua Hesketh
parent ca869abb93
commit 7601a6363f

View File

@ -66,13 +66,13 @@ EOF
if [ -e $nova_manage ]
then
set -x
python $nova_manage --config-file $2/nova-$1.conf db sync $8
python $nova_manage --config-file $2/nova-$1.conf --verbose db sync $8
else
python setup.py -q clean
python setup.py -q develop
python setup.py -q install
set -x
nova-manage --config-file $2/nova-$1.conf db sync $8
nova-manage --config-file $2/nova-$1.conf --verbose db sync $8
fi
mange_exit=$?
set +x