From a697a289cef43fd2e116fcec60cd07d4608084ef Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 29 Oct 2015 07:42:43 -0700 Subject: [PATCH] liberty: release python-novaclient 2.30.2 This is a patch release request for a high priority bug fix where users could request, by default, nova API microversions that the client does not yet support which leads to failures. Changes since 2.30.1: mriedem@ubuntu:~/git/python-novaclient$ git log --oneline --no-merges 2.30.1.. dc49707 Set DEFAULT_OS_COMPUTE_API_VERSION to 2.5 Related-Bug: #1500688 Change-Id: Ide392b3a226d2f174e9b3627dbe183f5ff504f19 --- deliverables/liberty/python-novaclient.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deliverables/liberty/python-novaclient.yaml b/deliverables/liberty/python-novaclient.yaml index df70f6e4d0..1c014b451c 100644 --- a/deliverables/liberty/python-novaclient.yaml +++ b/deliverables/liberty/python-novaclient.yaml @@ -56,3 +56,10 @@ releases: hash: 3636685ede1e841ddfed73a1dfb90851f0003980 highlights: > Fix for bug 1501435 so legacy block device mapping requests work. + - version: 2.30.2 + projects: + - repo: openstack/python-novaclient + hash: dc4970728bae71f9745506190cc87b2edb36b0b8 + highlights: > + Fix for bug 1500688 so users do not request API microversions that the + client does not yet support.