Comment 1 for bug 1356887

Revision history for this message
JJ Asghar (d-jj) wrote : Re: glance-manage db_sync failed

Yep, this is a known issue. I thought we had one in for this, but it dove tails with an upstream glance bug.

You can fix it via a dirty hack though:
# mysql -u root -pilikerandompasswords glance
mysql> alter table migrate_version convert to character set utf8 collate utf8_unicode_ci;
mysql> flush privileges;
mysql> quit

https://bugs.launchpad.net/glance/+bug/1279000