[openstack-announce] [release][manila] python-manilaclient 1.7.0 release (mitaka)

no-reply at openstack.org no-reply at openstack.org
Wed Feb 10 15:39:22 UTC 2016


We are jazzed to announce the release of:

python-manilaclient 1.7.0: Client library for OpenStack Manila API.

This release is part of the mitaka release series.

With source available at:

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

With package available at:

    https://pypi.python.org/pypi/python-manilaclient

Please report issues through launchpad:

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

For more details, please see below.

Changes in python-manilaclient 1.6.0..1.7.0
-------------------------------------------

2537c62 Remove argparse from requirements
e2b825c Fix backwards compatibility for v1 API imports
82937b6 Keep using the session we had when creating keystone client
9a362ff Add uppercase env var names for consistency
77af653 Fix the "OpenStack CLI guide" link
cf8148b Updated from global requirements
53e50c0 Add debug testenv in tox
bf93695 Removes MANIFEST.in as it is not needed explicitly by PBR
f6665c0 Updated from global requirements
ca9e0ab Replace deprecated LOG.warn with warning
c462148 Remove vim header from source files
007e1f9 Show selected columns in list commands of manila
3e41af6 Remove unreachable code from unit tests
80d562a Replace assertEqual(None, *) with assertIsNone in tests

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

MANIFEST.in                                        |   4 -
README.rst                                         |   2 +-
manilaclient/api_versions.py                       |   6 +-
manilaclient/base.py                               |   1 +
manilaclient/shell.py                              |   2 +
manilaclient/v1/client.py                          |   2 +
manilaclient/v1/limits.py                          |   2 +-
manilaclient/v1/quota_classes.py                   |   2 +-
manilaclient/v1/quotas.py                          |   2 +-
manilaclient/v1/scheduler_stats.py                 |   2 +-
manilaclient/v1/security_services.py               |   2 +-
manilaclient/v1/services.py                        |   2 +-
manilaclient/v1/share_networks.py                  |   2 +-
manilaclient/v1/share_servers.py                   |   2 +-
manilaclient/v1/share_snapshots.py                 |   2 +-
manilaclient/v1/share_type_access.py               |   2 +-
manilaclient/v1/share_types.py                     |   2 +-
manilaclient/v1/shares.py                          |   2 +-
manilaclient/v2/client.py                          |   2 +
manilaclient/v2/shell.py                           | 186 +++++++++++++++++++--
requirements.txt                                   |   5 +-
test-requirements.txt                              |   3 +-
tools/install_venv.py                              |   2 -
tox.ini                                            |  11 ++
46 files changed, 838 insertions(+), 63 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 82bcff5..13cf080 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +7,0 @@ pbr>=1.6
-argparse
@@ -10,2 +9,2 @@ iso8601>=0.1.9
-oslo.config>=2.7.0 # Apache-2.0
-oslo.log>=1.12.0 # Apache-2.0
+oslo.config>=3.2.0 # Apache-2.0
+oslo.log>=1.14.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index d0a014f..ab735e8 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -14,0 +15 @@ oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
+oslotest>=1.10.0 # Apache-2.0
@@ -16 +17 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
-tempest-lib>=0.11.0
+tempest-lib>=0.13.0





More information about the OpenStack-announce mailing list