Release ceilometerclient 2.6.1

Latest stable/newton branch of ceilometerclient includes one important fix
which possibly affects all projects which use ceilometerclient from python.

In case of http errors with status code > 400, ceilometerclient raises
AttributeError which makes difficult to debug or handle original errors.

Change-Id: I9e64c668df41881481a4494bc604373c0d9ce838
Related-Bug: #1620974
This commit is contained in:
Andrey Kurilin
2016-09-07 17:00:59 +03:00
parent 13fc359f92
commit a6584dbef6

View File

@@ -12,3 +12,8 @@ releases:
projects:
- repo: openstack/python-ceilometerclient
hash: 7c6cc05ff0e9e95313384303deee69ef11929bc1
- version: 2.6.1
projects:
- repo: openstack/python-ceilometerclient
hash: 090e5ffc691c5d40e45ab0c20dc88032a0987b20
highlights: Fix handling http errors with status code > 400