summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Hesketh <josh@nitrotech.org>2015-04-21 22:02:59 +1000
committerJoshua Hesketh <josh@nitrotech.org>2015-04-21 22:02:59 +1000
commit074932ee8e7ad2797dccd051291dff9669f99e5a (patch)
tree0be3b452f3575519c8ef9323a7125758dcf83d46
parentd5dba84d33803f0137363914e69882729e444d72 (diff)
downloadturbo-hipster-074932ee8e7ad2797dccd051291dff9669f99e5a.tar.gz
Fix migrate_flavor_data
The docs lied. Change-Id: I582b0ebacae0f470a5d2b03ba3874a4e7b2e7d6a
-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 26752f8..e7d9651 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
set +x
fi