Comment 4 for bug 1599656

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

Reviewed: https://review.openstack.org/338662
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=df509b7252b28b2ab4eff9f4d496e71e71b7f879
Submitter: Jenkins
Branch: master

commit df509b7252b28b2ab4eff9f4d496e71e71b7f879
Author: Petr Malik <email address hidden>
Date: Wed Jul 6 20:40:43 2016 -0400

    Preserve data type when parsing MySQL configs

    The data type information was lost in conversions.

    IniCodec should deserialize Python objects (like other codecs).
    guestagent_utils.to_bytes should return byte values as ints.

    * The IniCodec is also used by Cassandra.
      Tested with both MySQL and Cassandra scenario tests.

    Change-Id: Ibb703b3db6814fc0c9ea4c6d96399f6c881cea03
    Closes-Bug: 1599656