From aeb40e6ca0f42de0d24127df23c9d3966c5e2de0 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Fri, 4 Sep 2015 10:57:14 -0700 Subject: [PATCH] Release python-novaclient 2.28.1 This is to get the fix for 6fc3a94 into a release and then make 2.28.1 the minimum required version for liberty in global-requirements to also pick up the other fixes for the recent v2.0 on v2.1 failures. There is another change d970de4 in here but it actually doesn't do anything since novaclient isn't translated. Related-Bug: #1492242 Change-Id: Ia633181c806bd0200a869e6b2102e4a9d560c56a --- deliverables/liberty/python-novaclient.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deliverables/liberty/python-novaclient.yaml b/deliverables/liberty/python-novaclient.yaml index b53a86ea5c..f15e1fa8ad 100644 --- a/deliverables/liberty/python-novaclient.yaml +++ b/deliverables/liberty/python-novaclient.yaml @@ -30,3 +30,9 @@ releases: highlights: > Allow reboot multiple servers plus key fixes for nova v2.0 on v2.1 support. + - version: 2.28.1 + projects: + - repo: openstack/python-novaclient + hash: 9e15b3d7c07d605947b8e712e36d982a0e14fb90 + highlights: > + Fix quota-update bug when using v2.1 API.