a24d703393
socket.sendto() requires bytes and we need explicitly convert str to bytes in py3. Change-Id: Ib3f928963b11a2041caf1c3b15825125567ce360 Story: #2007537 Task: #39356
8 lines
243 B
YAML
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.
|