newton: release python-novaclient 3.4.0

The main purpose here is to get the fix for host-evacuate-live
out (which was regressed when support was added for the 2.25
microversion in an earlier release).

The u-c update is in I57007304ce700f432d8b298098ae0d36e2f1bd90

Change-Id: Ic87d5cdc94d9df517e39c2d6a39a0ee468497a41
Related-Bug: #1561938
This commit is contained in:
Matt Riedemann 2016-03-29 16:56:26 -04:00
parent 01ff6d3477
commit d802805c49

View File

@ -0,0 +1,14 @@
---
launchpad: python-novaclient
send-announcements-to: openstack-announce@lists.openstack.org,openstack-dev@lists.openstack.org
include-pypi-link: yes
release-notes: http://docs.openstack.org/releasenotes/python-novaclient/mitaka.html
releases:
- version: 3.4.0
projects:
- repo: openstack/python-novaclient
hash: 8c204ac1a27f7b645e151d67ee38a4c18dd2201b
highlights: >
Fixes host-evacuate-live for the 2.25 microversion.
Added aggregate-show command to replace aggregate-details.
Adds changes-since support when listing servers.