Merge "Switch from MySQL-python to PyMySQL"

This commit is contained in:
Jenkins 2015-06-09 14:13:37 +00:00 committed by Gerrit Code Review
commit 26c4f763d5

@ -102,7 +102,7 @@ instructions).
user/pw> revision -m '<your-summary-of-changes>' --autogenerate``
a. For example: ``bin/barbican-db-manage.py -d
mysql://root:password@127.0.0.1/barbican?charset=utf8
mysql+pymysql://root:password@127.0.0.1/barbican?charset=utf8
revision -m 'Make unneeded verification columns nullable' --autogenerate``
3. Examine the generated version file, found in