We are satisfied to announce the release of: python-freezerclient 1.2.0: OpenStack Disaster Recovery API Client Library This release is part of the ocata stable release series. The source is available from: https://git.openstack.org/cgit/openstack/python-freezerclient Download the package from: https://tarballs.openstack.org/python-freezerclient/ Please report issues through launchpad: https://bugs.launchpad.net/python-freezerclient For more details, please see below. Changes in python-freezerclient 1.1.0..1.2.0 -------------------------------------------- 5001e64 Updated from global requirements 45f451d Updated from global requirements 6ae0422 Removes unnecessary utf-8 encoding 2bb7117 Add Keystone V3 OS_USER_DOMAIN_ID and OS_PROJECT_DOMAIN_ID d79f44e Print version information dynamically 913ac38 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- freezerclient/__init__.py | 17 +++++++++++++++++ freezerclient/shell.py | 21 ++++++++++++++++++++- freezerclient/v1/client.py | 16 ++++++++++++---- requirements.txt | 2 +- 5 files changed, 50 insertions(+), 8 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 7d084e8..399ad23 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ pbr>=1.8 # Apache-2.0 -keystoneauth1>=2.14.0 # Apache-2.0 +keystoneauth1>=2.18.0 # Apache-2.0