From 9aa89de92694236aeca5a15687fd36a25051a5c4 Mon Sep 17 00:00:00 2001 From: Joshua Hesketh Date: Mon, 4 Apr 2016 19:41:23 +1000 Subject: Add pip freeze for debugging To assist with debugging show what's in the venv. Change-Id: If2c1455eaef22cf2087803860c5226a07801ea3e --- turbo_hipster/task_plugins/real_db_upgrade/nova_mysql_migrations.sh | 1 + 1 file changed, 1 insertion(+) 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 @@ pip_requires() { fi echo "Requirements installed" + pip freeze } db_sync() { -- cgit v1.2.1