Set the max-number very high

A work around until I fix nova to take no max-number input (and
migrate them all)

Change-Id: Iba4cb3faae928637555ccf3023841af3406824b6
This commit is contained in:
Joshua Hesketh 2015-04-22 00:05:42 +10:00
parent 074932ee8e
commit fe515ed3b3
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ EOF
if [ $i == 291 ]
then
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
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 --max-number 10000000
set +x
fi