Tables "migrate_version" have non utf8 collation

Bug #1300814 reported by Maximiliano Osorio
16
This bug affects 2 people
Affects Status Importance Assigned to Milestone
OpenStack Identity (keystone)
Invalid
Undecided
Unassigned
keystone (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

On ubuntu 14.04
I updated keystone to the version 1:2014.1~rc1-0ubuntu1.

I drop the database and re-create.

CREATE DATABASE keystone;
GRANT ALL PRIVILEGES ON keystone.* TO 'keystone'@'%' IDENTIFIED BY '$KEYSTONE_DBPASS';
GRANT ALL PRIVILEGES ON keystone.* TO 'keystone'@'localhost' IDENTIFIED BY '$KEYSTONE_DBPASS';
GRANT ALL PRIVILEGES ON keystone.* TO 'keystone'@'$' IDENTIFIED BY '$KEYSTONE_DBPASS';

And then,

keystone-manage db_sync

I got the next error

./keystone/keystone.log:2014-04-01 10:49:20.681 5423 CRITICAL keystone [-] ValueError: Tables "migrate_version" have non utf8 collation, please make sure all tables are CHARSET=utf8
./keystone/keystone.log:2014-04-01 10:49:20.681 5423 TRACE keystone ValueError: Tables "migrate_version" have non utf8 collation, please make sure all tables are CHARSET=utf8

Problem:
Bad charset

Solution:
alter table migrate_version charset=utf8;

summary: - Tables "migrate_version" have non utf8 collation,
+ Tables "migrate_version" have non utf8 collation
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in keystone (Ubuntu):
status: New → Confirmed
Revision history for this message
Dolph Mathews (dolph) wrote :

This is a dupe of bug 1301036, but LP is timing out when I try to "Mark as duplicate."

tags: added: icehouse-rc-potential
removed: keystone
Changed in keystone:
status: New → Invalid
Changed in keystone (Ubuntu):
status: Confirmed → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.