We are psyched to announce the release of: freezer-dr 9.0.0: OpenStack Disaster Recovery This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/freezer-dr Download the package from: https://tarballs.openstack.org/freezer-dr/ For more details, please see below. Changes in freezer-dr 8.0.0..9.0.0 ---------------------------------- 7d4c5ad Fix pylint testing for Ubuntu Focal 3d327a6 Remove mock from lower-constraints cff3d80 Remove the __future__ modulue 9a21461 Remove keystone v2 related code 179acb3 Remove the unused coding style modules Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- freezer_dr/common/config.py | 10 ---------- freezer_dr/common/daemon.py | 1 - freezer_dr/common/osclient.py | 1 - lower-constraints.txt | 11 +---------- test-requirements.txt | 4 +--- tox.ini | 5 ----- 7 files changed, 3 insertions(+), 31 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 2d62c43..8ca0299 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,2 +4,0 @@ -astroid==1.6.5 # LGPLv2.1 - @@ -11 +9 @@ mock>=2.0.0 -pylint==1.9.2 # GPLv2 +pylint==2.4.0 # GPLv2