trove/releasenotes/notes/mysql-config-preserve-types-77b970162bf6df08.yaml
Petr Malik df509b7252 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
2016-07-18 11:07:00 -04:00

8 lines
196 B
YAML

---
fixes:
- Fix IniCodec to deserialize Python objects.
This also brings it in line with other codecs.
guestagent_utils.to_bytes return the byte values
as ints.
See bug 1599656