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
This commit is contained in:
Matt Riedemann 2015-09-04 10:57:14 -07:00
parent 04d7ed7016
commit aeb40e6ca0

View File

@ -30,3 +30,9 @@ releases:
highlights: > highlights: >
Allow reboot multiple servers plus key fixes for nova v2.0 on v2.1 Allow reboot multiple servers plus key fixes for nova v2.0 on v2.1
support. support.
- version: 2.28.1
projects:
- repo: openstack/python-novaclient
hash: 9e15b3d7c07d605947b8e712e36d982a0e14fb90
highlights: >
Fix quota-update bug when using v2.1 API.