Comment 37 for bug 1446375

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

Reviewed: https://review.openstack.org/176507
Committed: https://git.openstack.org/cgit/stackforge/puppet-nova/commit/?id=43ad85285634f75e8faf082981416ca12c4e3ff3
Submitter: Jenkins
Branch: stable/juno

commit 43ad85285634f75e8faf082981416ca12c4e3ff3
Author: Emilien Macchi <email address hidden>
Date: Tue Apr 21 13:12:13 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: Ia4a2a1340630689ee838849ab5695f72edbb7b8a
    Closes-bug: #1446375
    (cherry picked from commit 2d2e86aebda491c03a3bfd72bcac0c75725781f8)