Release python-glanceclient 2.5.0

This fixes an important regression in release 2.4.0 and stabilizes our
to be final release for Newton.

Related-Bug: 1587999
Related-Bug: 1614971

Change-Id: I759fbbdc3806eb5eef14e1775f72e60186cd1352
This commit is contained in:
Nikhil Komawar 2016-08-22 00:11:17 -04:00
parent acb6e1cbfc
commit 03a50d4db9

View File

@ -41,3 +41,10 @@ releases:
updates to the tags.
- Fixes bug 1596573 with warlock model creation that allows commands
like ``md-namespace-show`` to work properly.
- version: 2.5.0
projects:
- repo: openstack/python-glanceclient
hash: d4196325eb05dadfaf62d8facbd8c6fe50f72166
highlights: >
- Reverts the bug 1587999 that results into regression in
openstackclient, thus fixing bug 1614971 temporarily.