Comment 23 for bug 1446375

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

Reviewed: https://review.openstack.org/175998
Committed: https://git.openstack.org/cgit/stackforge/puppet-manila/commit/?id=6fa0931083c96e1b66e8ce3bfba84c20c850c34a
Submitter: Jenkins
Branch: master

commit 6fa0931083c96e1b66e8ce3bfba84c20c850c34a
Author: Emilien Macchi <email address hidden>
Date: Tue Apr 21 13:11:25 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: Ia62e6acb4eab5539a6525e89d0a82081c16613f4
    Closes-bug: #1446375