I hit this issue on icehouse-rc2 for glance even though many of the
above patches are incorporated into the RPMs.  Think it is still lurking
around somehow.

What got me around the problem was

# mysql -u root
mysql> use glance;
mysql> alter table migrate_version convert to character set utf8;
mysql> exit;
# glance-manage db_sync
# /etc/init.d/openstack-glance-api restart
# /etc/init.d/openstack-glance-registry restart
# glance image-list
+----+------+-------------+------------------+------+--------+
| ID | Name | Disk Format | Container Format | Size | Status |
+----+------+-------------+------------------+------+--------+
+----+------+-------------+------------------+------+--------+

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keystone in Ubuntu.
https://bugs.launchpad.net/bugs/1301036

Title:
  openstack.common.db.sqlalchemy.migration utf8 table check issue on
  initial migration

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1301036/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to