From a6584dbef657df62009893436194dfe3fb32a200 Mon Sep 17 00:00:00 2001 From: Andrey Kurilin Date: Wed, 7 Sep 2016 17:00:59 +0300 Subject: [PATCH] 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 --- deliverables/newton/python-ceilometerclient.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deliverables/newton/python-ceilometerclient.yaml b/deliverables/newton/python-ceilometerclient.yaml index a3edf85237..3c734071ca 100644 --- a/deliverables/newton/python-ceilometerclient.yaml +++ b/deliverables/newton/python-ceilometerclient.yaml @@ -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