Comment 24 for bug 1446375

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

Reviewed: https://review.openstack.org/175996
Committed: https://git.openstack.org/cgit/stackforge/puppet-ironic/commit/?id=6e07d11c7a4dc6026341f75fd9124daf9a425f5a
Submitter: Jenkins
Branch: master

commit 6e07d11c7a4dc6026341f75fd9124daf9a425f5a
Author: Emilien Macchi <email address hidden>
Date: Tue Apr 21 13:10:21 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: I5b07cb4c76af31d0ab9bd552b7aa03f720641f6e
    Closes-bug: #1446375