commit | 9aa89de92694236aeca5a15687fd36a25051a5c4 | [log] [tgz] |
---|---|---|
author | Joshua Hesketh <josh@nitrotech.org> | Mon Apr 04 19:41:23 2016 +1000 |
committer | Joshua Hesketh <josh@nitrotech.org> | Mon Apr 04 19:41:31 2016 +1000 |
tree | 27e464c79b9605ffc8cae3e7cc0677216f00ec8e | |
parent | f224cae0bd01a4bb5d23381a417189bd10c40212 [diff] |
Add pip freeze for debugging To assist with debugging show what's in the venv. Change-Id: If2c1455eaef22cf2087803860c5226a07801ea3e
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 5ea4630..d23038c 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
@@ -57,6 +57,7 @@ fi echo "Requirements installed" + pip freeze } db_sync() {