Comment 16 for bug 1472275

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

Reviewed: https://review.openstack.org/243563
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=e09c50bdd9a19632db4de552e6b53da30e172e20
Submitter: Jenkins
Branch: master

commit e09c50bdd9a19632db4de552e6b53da30e172e20
Author: Alexey Chekunov <email address hidden>
Date: Tue Nov 10 15:16:54 2015 +0300

    Change postgres DB encoding

    The default encoding (SQL_ASCII) cannot handle long non-ASCII strings properly
     and results in errors when a user defines a node with a long name containing cyrillic characters.
    Long non-ASCII strings are properly supported with UTF-8 encoding.

    Change-Id: I6ceebb0b6c57ffb005983df7093f7f82467d486b
    Closes-Bug: #1472275