Comment 26 for bug 1446375

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-tuskar (master)

Reviewed: https://review.openstack.org/176007
Committed: https://git.openstack.org/cgit/stackforge/puppet-tuskar/commit/?id=c29c2610a3e4fb3b7078e7c4aeb618812fab1cab
Submitter: Jenkins
Branch: master

commit c29c2610a3e4fb3b7078e7c4aeb618812fab1cab
Author: Emilien Macchi <email address hidden>
Date: Tue Apr 21 13:14:58 2015 -0400

    MySQL: change default MySQL collate to utf8_general_ci

    Install & configure MySQL database by using utf8_general_ci collation
    which is the way documented in OpenStack [1] and already the default
    in puppetlabs-mysql [2].

    [1] http://goo.gl/GA5gyZ
    [2] https://github.com/puppetlabs/puppetlabs-mysql/blob/master/manifests/db.pp#L7

    Change-Id: I1116cb941e9e432edb6228950c2b0cb4b2790802
    Closes-bug: #1446375