Comment 36 for bug 1446375

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

Reviewed: https://review.openstack.org/176505
Committed: https://git.openstack.org/cgit/stackforge/puppet-neutron/commit/?id=d5628a9ca16140e3c08c98d56feecaf56e898f35
Submitter: Jenkins
Branch: stable/juno

commit d5628a9ca16140e3c08c98d56feecaf56e898f35
Author: Emilien Macchi <email address hidden>
Date: Tue Apr 21 13:11:50 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: I9101be56e19e7ec508a510da5c0780c8180ea685
    Closes-bug: #1446375
    (cherry picked from commit c44f30ffe295b92b65c19df938c0a0d961c2e557)