Fix migrate-flavor-data command

Missed the db sub-command

Change-Id: I4f0170dcceaecd3151f8805b3a085e52086510af
This commit is contained in:
Joshua Hesketh 2015-04-21 18:35:16 +10:00
parent a209001e3f
commit d5dba84d33
1 changed files with 3 additions and 1 deletions

View File

@ -120,7 +120,9 @@ EOF
# so we'll migrate just before then
if [ $i == 291 ]
then
sudo /sbin/ip netns exec nonet `dirname $0`/nova-manage-wrapper.sh $VENV_PATH --config-file $WORKING_DIR_PATH/nova-$1.conf --verbose migrate-flavor-data
set -x
sudo /sbin/ip netns exec nonet `dirname $0`/nova-manage-wrapper.sh $VENV_PATH --config-file $WORKING_DIR_PATH/nova-$1.conf --verbose db migrate-flavor-data
set +x
fi
set -x