Comment 30 for bug 1309228

Revision history for this message
Brant Knudson (blk-u) wrote : Re: User gets group auth if same id (CVE-2014-0204)

Tristan - that error happens if you don't clean up the .pyc files, so the migration process finds a pyc file for migration 45 and the py isn't there anymore. Clean out the pyc files when checking out a branch with different migrations -- find keystone -name "*.pyc" | xargs rm