[release-announce] python-freezerclient 2.0.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Mon Nov 5 21:19:12 UTC 2018


We are delighted to announce the release of:

python-freezerclient 2.0.0: OpenStack Disaster Recovery API Client
Library

This release is part of the stein release series.

The source is available from:

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

Download the package from:

    https://pypi.org/project/python-freezerclient

Please report issues through launchpad:

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

For more details, please see below.

Changes in python-freezerclient 1.7.0..2.0.0
--------------------------------------------

026ae21 session-show status and result error, and add session_tag
d7515bc add backup show command field for freezerclient
f01b0d8 add show job command field for freezerclient
c1f9bf1 add action show command field for freezerclient
4ab0527 Freezerclient use "token" to authentication is not success
0b80ff7 Add freezer-tempest-client job as check/gate test job
f1cabb9 Add detailed information fro session-show and session-list
5fd8f1b Remove "--os-identity-api-version" argument
2614d6d Add backup create client support for freezer
c05b796 Update freezerclient documentation
90542f8 Add freezerclient.client in order to use the python api directly
234d573 Freezer command line tool add argument: "--os-backup-api-version"
f6e5b80 Use keystoneauth1.loading instead of specifying V2 or V3 of keystone
7ab797c Don't quote {posargs} in tox.ini
f20f7e9 Add 'freezerclient.v2.managers.sessions' unit test cases
8302e7c The path of the import module is incorrect
57f3fa1 Add 'freezerclient.v2.managers.jobs' unit test cases
cde7373 Add 'freezerclient.v2.managers.clients' unit test cases
b6f78cd Add some unit test cases for API version 2
08ff70b 'Tenant' is replaced by 'project' in keystone starting in API version 3.
60aa9ec Use keystoneauth1.loading instead of specifying V2 or V3 of keystone
851efea add python 3.6 unit test job
32ac21b switch documentation job to new PTI
26753b5 import zuul job settings from project-config
656e7cc fix tox python3 overrides
2c8cd7b Switch to stestr
cce3550 Add release note link in README
98e8a03 Add py36 testenv
48692c8 Remove PyPI downloads
f063e08 Trivial: Update pypi url to new url


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

.gitignore                                         |   4 +-
.stestr.conf                                       |   4 +
.testr.conf                                        |   9 -
.zuul.yaml                                         |  12 +
README.rst                                         |   9 +-
freezerclient/client.py                            |  96 +++
freezerclient/shell.py                             |  35 +-
freezerclient/utils.py                             |  17 +-
freezerclient/v1/client.py                         | 103 +--
freezerclient/v2/actions.py                        |  16 +-
freezerclient/v2/backups.py                        |  22 +
freezerclient/v2/client.py                         |  94 +--
freezerclient/v2/jobs.py                           |   8 +
freezerclient/v2/sessions.py                       |  27 +-
lower-constraints.txt                              |   5 +-
test-requirements.txt                              |   4 +-
tox.ini                                            |  38 +-
39 files changed, 2768 insertions(+), 1121 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 610ecbc..e40a77f 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8,2 +8,2 @@ mock>=2.0.0 # BSD
-pylint==1.4.5 # GPLv2
-testrepository>=0.0.18 # Apache-2.0/BSD
+pylint==1.9.2 # GPLv2
+stestr>=2.0.0 # Apache-2.0






More information about the Release-announce mailing list