From ad20bccac9075175b5c127e2d6d0195229cceb69 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 1 Oct 2015 08:26:29 -0700 Subject: [PATCH] mitaka: release python-novaclient 2.31.0 I26a33dc4a6af9093937e475ce15571d233984ddb is the 2.30.1 release on stable/liberty for bug 1501435. We have to use the 2.31.0 version here to make a clean break from liberty. A minor version bump is probably also warrented for 3350a5713da9b75100d94a87908f6cb4184eb240. Change log since 2.30.0: abd0630 Always send volume_id when booting with legacy bdm 3350a57 Change default service_type for volumes managers 0455932 Split functional tests for legacy(V2.1) and microversions 2793331 Specify api_version for functional tests 3e99d3f Improve help strings Related-Bug: #1501435 Change-Id: I89fc777b1172564b0030ed149ec011a2b020fe96 --- deliverables/mitaka/python-novaclient.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 deliverables/mitaka/python-novaclient.yaml diff --git a/deliverables/mitaka/python-novaclient.yaml b/deliverables/mitaka/python-novaclient.yaml new file mode 100644 index 0000000000..73a226feb0 --- /dev/null +++ b/deliverables/mitaka/python-novaclient.yaml @@ -0,0 +1,9 @@ +--- +launchpad: python-novaclient +releases: + - version: 2.31.0 + projects: + - repo: openstack/python-novaclient + hash: abd0630badaff18ca998db2feccb058e8ee75f23 + highlights: > + Bug fixes; also the default service type for volumes is volumev2 now.