[openstack-dev] [release][manila] python-manilaclient 1.2.0

Doug Hellmann doug at doughellmann.com
Mon Jun 1 14:27:38 UTC 2015


We are thrilled to announce the release of:

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

With source available at:

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

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

    http://launchpad.net/python-manilaclient/+milestone/1.2.0

Please report issues through launchpad:

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

Changes in python-manilaclient 1.1.0..1.2.0
-------------------------------------------

281795e Drop incubating theme from docs
916ae8c Add share extend API
095c81e Fix configuration for tox 2.0.x
1c94a59 Rename functional test module from shares to shares_listing
b6c24ef Increase quota for share networks in manila installation
f88f356 Updated from global requirements
a920805 Updated from global requirements
25d9af1 Drop use of 'oslo' namespace package
17f76ed Add rw functional tests for share networks
c6eace1 Add rw functional tests for share type extra specs
0a4ccec Add rw functional tests for private share types
4243d87 Add rw functional tests for public share types
b442181 Implement wrapper for ascii table parser from tempest_lib.cli
c51f80b Update README to work with release tools

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

README.rst                                         |   5 +
contrib/ci/post_test_hook.sh                       |   4 +
contrib/ci/pre_test_hook.sh                        |   5 +
manilaclient/client.py                             |   2 +-
manilaclient/config.py                             |  13 +-
manilaclient/httpclient.py                         |   2 +-
manilaclient/openstack/common/_i18n.py             |   4 +-
manilaclient/openstack/common/apiclient/base.py    |   2 +-
manilaclient/openstack/common/apiclient/client.py  |   2 +-
manilaclient/openstack/common/apiclient/utils.py   |   2 +-
manilaclient/openstack/common/cliutils.py          |   4 +-
manilaclient/shell.py                              |   2 +-
manilaclient/v1/shares.py                          |  12 +
manilaclient/v1/shell.py                           |  13 +
requirements.txt                                   |  10 +-
test-requirements.txt                              |   2 +-
tox.ini                                            |  10 +-
30 files changed, 1337 insertions(+), 140 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 64a94ff..a6bb4e0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@
-pbr>=0.6,!=0.7,<1.0
+pbr>=0.11,<2.0
@@ -10 +10,2 @@ iso8601>=0.1.9
-oslo.config>=1.9.3  # Apache-2.0
+oslo.config>=1.11.0  # Apache-2.0
+oslo.log>=1.0.0  # Apache-2.0
@@ -15 +16 @@ pycrypto>=2.6
-requests>=2.2.0,!=2.4.0
+requests>=2.5.2
@@ -19 +20,2 @@ six>=1.9.0
-python-keystoneclient>=1.1.0
+python-keystoneclient>=1.3.0
+python-openstackclient>=1.0.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 5935882..4c779ed 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -16 +16 @@ sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-tempest-lib>=0.4.0
+tempest-lib>=0.5.0



More information about the OpenStack-dev mailing list