summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJeremy Stanley <fungi@yuggoth.org>2015-05-20 01:03:59 +0000
committerJeremy Stanley <fungi@yuggoth.org>2015-07-03 22:09:36 +0000
commit650c811cdfea3464d829bbe00bc235940696ef2f (patch)
tree6da2b146f469fd8447e994324b0e788ac34df8d8 /tools
parentc541dff0895653e8d5e94c15cab0b8b20a6dbc2a (diff)
downloadnova-650c811cdfea3464d829bbe00bc235940696ef2f.tar.gz
Switch from MySQL-python to PyMySQL
As discussed in the Liberty Design Summit "Moving apps to Python 3" cross-project workshop, the way forward in the near future is to switch to the pure-python PyMySQL library as a default. https://etherpad.openstack.org/p/liberty-cross-project-python3 Change-Id: I590c26523f4dc8d14c45e61bb89555486629b64d
Diffstat (limited to 'tools')
-rwxr-xr-xtools/db/schema_diff.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/db/schema_diff.py b/tools/db/schema_diff.py
index 46034d2806..138f2422f0 100755
--- a/tools/db/schema_diff.py
+++ b/tools/db/schema_diff.py
@@ -32,7 +32,7 @@ Run like:
MYSQL:
- ./tools/db/schema_diff.py mysql://root@localhost \
+ ./tools/db/schema_diff.py mysql+pymysql://root@localhost \
master:latest my_branch:82
POSTGRESQL: