Comment 38 for bug 1446375

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-heat (stable/juno)

Reviewed: https://review.openstack.org/176508
Committed: https://git.openstack.org/cgit/stackforge/puppet-heat/commit/?id=f2d08f6c340e19ad39d257f7a82c57afe6e342cc
Submitter: Jenkins
Branch: stable/juno

commit f2d08f6c340e19ad39d257f7a82c57afe6e342cc
Author: Emilien Macchi <email address hidden>
Date: Tue Apr 21 13:09:59 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: I8037d3c1971e4b9bc965a9fd0884e1839585d071
    Closes-bug: #1446375
    (cherry picked from commit b531066283243a721fa384ba8e6ac2f61dcf76c1)