[openstack-announce] [release][openstackclient] python-openstackclient release 1.5.0 (liberty)

doug at doughellmann.com doug at doughellmann.com
Tue Jun 16 18:15:00 UTC 2015


We are delighted to announce the release of:

python-openstackclient 1.5.0: OpenStack Command-line Client

This release is part of the liberty release series.

With source available at:

    https://git.openstack.org/cgit/openstack/python-openstackclient

For more details, please see the git log history below and:

    https://launchpad.net/python-openstackclient/+milestone/1.5.0

Please report issues through launchpad:

    https://bugs.launchpad.net/python-openstackclient

Changes in python-openstackclient 1.4.0..1.5.0
----------------------------------------------

291ba62 Add release notes for 1.5.0
258f4ca reference corect ec2 helper function
dca47a7 Updated from global requirements
c88b433 Add support for volume snapshot v2 command

Diffstat (except docs and test files)
-------------------------------------

openstackclient/identity/v3/ec2creds.py          |   8 +-
openstackclient/volume/v2/snapshot.py            | 205 ++++++++++++++++++++++-
requirements.txt                                 |   2 +-
setup.cfg                                        |   4 +
7 files changed, 412 insertions(+), 11 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index d420b1a..11d2a39 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -17 +17 @@ python-novaclient>=2.22.0
-python-cinderclient>=1.2.1
+python-cinderclient>=1.2.2





More information about the OpenStack-announce mailing list