summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Hesketh <josh@nitrotech.org>2015-04-22 00:05:42 +1000
committerJoshua Hesketh <josh@nitrotech.org>2015-04-22 00:05:42 +1000
commitfe515ed3b3d01cf1564459f8de6e6ab1d841b24b (patch)
treeaa599a18beb6754dd052f10bafbbf0179459d066
parent074932ee8e7ad2797dccd051291dff9669f99e5a (diff)
downloadturbo-hipster-fe515ed3b3d01cf1564459f8de6e6ab1d841b24b.tar.gz
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
-rwxr-xr-xturbo_hipster/task_plugins/real_db_upgrade/nova_mysql_migrations.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/turbo_hipster/task_plugins/real_db_upgrade/nova_mysql_migrations.sh b/turbo_hipster/task_plugins/real_db_upgrade/nova_mysql_migrations.sh
index e7d9651..f68e3fd 100755
--- a/turbo_hipster/task_plugins/real_db_upgrade/nova_mysql_migrations.sh
+++ b/turbo_hipster/task_plugins/real_db_upgrade/nova_mysql_migrations.sh
@@ -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