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 30aa4f5..7652771 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 @@ -52,20 +52,14 @@ pip_requires() { } db_sync() { - # $1 is the test target - # $2 is the working dir path - # $3 is the path to the git repo path - # $4 is the nova db user - # $5 is the nova db password - # $6 is the nova db name - # $7 is the logging.conf for openstack - # $8 is an (optional) destination version number + # $1 is the test target (ie branch name) + # $2 is an (optional) destination version number # Create a nova.conf file - cat - > $2/nova-$1.conf < $WORKING_DIR_PATH/nova-$1.conf <