Comment 7 for bug 1320855

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystone (stable/icehouse)

Reviewed: https://review.openstack.org/95601
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=4408625031bc9804fa4bd4a72988bf31375b7787
Submitter: Jenkins
Branch: stable/icehouse

commit 4408625031bc9804fa4bd4a72988bf31375b7787
Author: Emilien Macchi <email address hidden>
Date: Mon May 19 14:40:44 2014 +0200

    sql migration: ensure using innodb utf8 for assignment table

    During migration from 37 to 38, migration fails to create assignment
    table if we don't explictly specify InnoDB and UTF8 charset.

    Closes-bug #1320855
    Signed-off-by: Emilien Macchi <email address hidden>

    Change-Id: Icd88202d2f020aea02514e49c2d07e349c74949f
    (cherry picked from commit 18289b9e26ba900302874e72fcbf4529580a973a)