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
This commit is contained in:
Matt Riedemann 2015-10-29 07:42:43 -07:00
parent 6bda37f498
commit a697a289ce

View File

@ -56,3 +56,10 @@ releases:
hash: 3636685ede1e841ddfed73a1dfb90851f0003980 hash: 3636685ede1e841ddfed73a1dfb90851f0003980
highlights: > highlights: >
Fix for bug 1501435 so legacy block device mapping requests work. 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.