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

This commit is contained in:
Zuul 2020-06-30 10:34:19 +00:00 committed by Gerrit Code Review
commit 58b764729a
2 changed files with 5 additions and 1 deletions

View File

@ -526,7 +526,7 @@ SOURCES = {
'monasca-agent': {
'type': 'url',
'location': ('$tarballs_base/openstack/monasca-agent/'
'monasca-agent-3.0.0.tar.gz')},
'monasca-agent-3.0.1.tar.gz')},
'monasca-api': {
'type': 'url',
'location': ('$tarballs_base/openstack/monasca-api/'

View File

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