[freezer] freezer 4.0.1 (ocata)
We are pumped to announce the release of: freezer 4.0.1: The OpenStack Backup Restore and Disaster Recovery as a Service Platform This release is part of the ocata stable release series. Download the package from: https://tarballs.openstack.org/freezer/ For more details, please see below. Changes in freezer 4.0.0..4.0.1 ------------------------------- 56ae13c Fix some issues with tempest test when not running with devstack 1e8aef3 Updated from global requirements d709944 Replace unintented key removal behavior using getter 6b319c2 Force Swift storage driver to always get a new client 2a6d156 Use bindep to define binary deps 7300764 Updated from global requirements c891769 Updated from global requirements 80c9360 Fix Tempest tests running on dsvm 90c1ed9 Tune logging level for swift chunks 8dc5b7a Fix backups of nameless volumes 44a3c27 Allow for multiple jobs to be executed at the same time 5328f75 Fix ssh connection while restore e10cbe0 Fix Cinder restore 66eaa16 Fix max_segment_size parameter beaa914 Updated from global requirements 47d2f8b Remove verify option as it is not in the args of freezerclient ce20d50 Fix the fetch of the stream generator 46624e1 Fix SSL connections to connect to swift, glance, nova 3d2505a Use correct arugment for nova restore cdc9b17 Added missing OS options 931c24a Update UPPER_CONSTRAINTS_FILE for stable/ocata 5852694 Update .gitreview for stable/ocata Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + bindep.txt | 16 +++++ etc/scheduler.conf.sample | 6 ++ freezer/job.py | 4 +- freezer/openstack/backup.py | 7 +- freezer/openstack/osclients.py | 13 ++-- freezer/openstack/restore.py | 14 +++- freezer/scheduler/arguments.py | 20 ++++++ freezer/scheduler/freezer_scheduler.py | 20 +++--- freezer/scheduler/scheduler_job.py | 77 +++++++++++----------- freezer/scheduler/win_daemon.py | 4 +- freezer/scheduler/win_service.py | 3 +- freezer/storage/ssh.py | 17 +++++ freezer/storage/swift.py | 16 ++--- freezer/utils/utils.py | 2 + requirements.txt | 2 +- tox.ini | 2 +- 20 files changed, 165 insertions(+), 82 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 8fb8342..47cb835 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ astroid<1.4.0 # LGPLv2.1 # breaks pylint 1.4.4 -setuptools!=24.0.0,>=16.0 # PSF/ZPL +setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,>=16.0 # PSF/ZPL
participants (1)
-
no-reply@openstack.org