ironic-lib/releasenotes/notes/conver-str-to-bytes-11a665d0fa8828ec.yaml
Hang Yang a24d703393 Convert str to bytes for py3 socket compatibility
socket.sendto() requires bytes and we need explicitly convert str to
bytes in py3.

Change-Id: Ib3f928963b11a2041caf1c3b15825125567ce360
Story: #2007537
Task: #39356
2020-04-10 10:41:06 -05:00

8 lines
243 B
YAML

---
fixes:
- |
Fixes an py3 compatibility issue in metrics_statsd where str need be
explicitly converted to bytes before send with socket.
See `Story 2007537 <https://storyboard.openstack.org/#!/story/2007537>`_
for details.