Comment 10 for bug 1356887

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

Reviewed: https://review.openstack.org/114407
Committed: https://git.openstack.org/cgit/stackforge/cookbook-openstack-common/commit/?id=9de44a87fc61ede65ea386b87c3a186058779f37
Submitter: Jenkins
Branch: stable/icehouse

commit 9de44a87fc61ede65ea386b87c3a186058779f37
Author: Chen Zhiwei <email address hidden>
Date: Fri Aug 15 01:00:28 2014 +0000

    Add database charset during create

    When using MySQL, the database charset should be utf-8.

    And the default charset is latin1, which will causes glance db sync
    failed.

    Change-Id: Ic0a0ac33938836c7ec3035e677c837d0306c619e
    Closes-bug: #1356887