Merge "Fix Monasca Agent Statsd service under Py3" into stable/train

This commit is contained in:
Zuul 2020-06-26 12:33:24 +00:00 committed by Gerrit Code Review
commit 0f94d602f4
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.