We contentedly announce the release of: freezer 5.0.1: The OpenStack Backup Restore and Disaster Recovery as a Service Platform This release is part of the pike stable release series. The source is available from: https://opendev.org/openstack/freezer Download the package from: https://tarballs.openstack.org/freezer/ Please report issues through: https://bugs.launchpad.net/freezer/+bugs For more details, please see below. Changes in freezer 5.0.0..5.0.1 ------------------------------- 421033e import zuul job settings from project-config 3f7f3f2 Fix KeyError if a deprecated key is given 32950bf Fix documentation: Migrating documentation to the new style 17ea308 Updated from global requirements 70b31e4 Fix restore cinder volume error 32cadc5 Fix creating swift container error c0c234f Fix backup nova instance with creating job error c652447 Update UPPER_CONSTRAINTS_FILE for stable/pike ef7bc95 Update .gitreview for stable/pike Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 13 + .../source => doc/source/install}/actions.rst | 2 +- .../source/install}/api_documents.rst | 2 +- .../source => doc/source/install}/api_routes.rst | 2 +- .../source/install}/client_structure.rst | 2 +- .../source/install}/common_configure.rst | 0 .../source/install}/common_prerequisites.rst | 0 .../source => doc/source/install}/db-install.rst | 2 +- .../source/install}/devstack_plugin.rst | 2 +- .../source => doc/source/install}/get_started.rst | 1 - .../source => doc/source/install}/index.rst | 1 - .../source => doc/source/install}/install-obs.rst | 2 +- .../source => doc/source/install}/install-rdo.rst | 2 +- .../source/install}/install-ubuntu.rst | 2 +- .../source => doc/source/install}/install.rst | 2 +- .../source/install}/install_agent.rst | 2 +- .../source => doc/source/install}/jobs.rst | 2 +- .../source => doc/source/install}/known_issues.rst | 2 +- .../source/install}/metadata_structure.rst | 2 +- .../source => doc/source/install}/next-steps.rst | 2 +- .../source => doc/source/install}/sessions.rst | 2 +- .../source => doc/source/install}/verify.rst | 2 +- etc/scheduler.conf.sample | 55 ++-- freezer/__init__.py | 1 + freezer/common/config.py | 12 + freezer/openstack/restore.py | 3 +- freezer/storage/swift.py | 5 +- install-guide/source/conf.py | 301 ------------------- test-requirements.txt | 2 +- tox.ini | 12 +- 36 files changed, 355 insertions(+), 606 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 5ca5997..679eaf0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -22 +22 @@ tempest>=16.1.0 # Apache-2.0 -python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0 +python-openstackclient>=3.11.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org