Comment 5 for bug 1680783

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

Reviewed: https://review.openstack.org/455154
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=74a26a91e55c75727d09ac2cebe6d39113aa7bb5
Submitter: Jenkins
Branch: master

commit 74a26a91e55c75727d09ac2cebe6d39113aa7bb5
Author: Dai Dang Van <email address hidden>
Date: Mon Apr 10 14:42:32 2017 +0700

    Use utf8_general_ci collation as a default collation

    Now, I see mariadb are using utf8_general_ci as a default collation.
    - https://mariadb.com/kb/en/mariadb/supported-character-sets-and-collations/

    This mean all of Devstack database will be created with utf8_general_ci collation,
    so may be, one service/project can be deployed successfully via Devstack
    but will be fail with Kolla deployment.

    Therefore, we should use above default collation for Kolla-ansible.

    Change-Id: Icbb6c15f536fc6986816c58f4fd68bfb95813e46
    Closes-Bug: 1680783