From 9c91453eab8da96ce40a95166680341d7fbd0c3a Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Mon, 21 Sep 2015 11:33:48 -0700 Subject: [PATCH] liberty: release python-novaclient 2.30.0 The main target for this release is b120444, but this contains other bug fixes and support for the nova v2.4 microversion also. The stable/liberty branch will be created from 2.30.0. Change-Id: I84fc933cca85b6a372488f9f1b78e1ebc5c5c905 --- 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 19e0553384..17ecdd4179 100644 --- a/deliverables/liberty/python-novaclient.yaml +++ b/deliverables/liberty/python-novaclient.yaml @@ -43,3 +43,10 @@ releases: highlights: > Deprecate novaclient.client.get_client_class and default v2.Client to use v2.0 when no version is given. + - version: 2.30.0 + projects: + - repo: openstack/python-novaclient + hash: 0f950a69e79b17172e1de853708be982f9191cf8 + highlights: > + Bug fixes, v2.4 microversion support, and dependency updates. + The stable/liberty branch will be created from this release.