Code review comment for lp:~donal-lafferty/glance/fix739433

Revision history for this message
Donal Lafferty (donal-lafferty) wrote :

Updated code to reflect changes from lp:~jaypipes/glance/bug739433

Ran migration unit tests locally. Noted that making use of MySQL for tests required updating the vitualenv to include an installation of MySQLdb. This is because MySQLdb is not a dependency for the test vitualenv. E.g. after tests fail, use

sudo pip install mysql-python -e ./.glance-venv

Then run the tests again.

« Back to merge proposal