Fix Monasca Agent Statsd service under Py3

Pulls in this fix:
https://review.opendev.org/#/c/736610/

Partial-Bug: #1885104
Change-Id: I014c9a52b2f61a86e3a8adafdf4783c3f58148ef
This commit is contained in:
Doug Szumski 2020-06-25 09:41:45 +01:00
parent 0a6cd606c6
commit 151a0e15ff
2 changed files with 5 additions and 1 deletions

View File

@ -552,7 +552,7 @@ SOURCES = {
'monasca-agent': {
'type': 'url',
'location': ('$tarballs_base/monasca-agent/'
'monasca-agent-2.12.0.tar.gz')},
'monasca-agent-2.12.1.tar.gz')},
'monasca-api': {
'type': 'url',
'location': ('$tarballs_base/monasca-api/'

View File

@ -0,0 +1,4 @@
---
fixes:
- |
Fixes a bug in Monasca Agent Statsd which causes it to fail under Python 3.