We are overjoyed to announce the release of: paunch 2.4.0: Utility to launch and manage containers using YAML based configuration data This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/paunch Download the package from: https://tarballs.openstack.org/paunch/ Please report issues through launchpad: https://bugs.launchpad.net/paunch For more details, please see below. Changes in paunch 2.3.0..2.4.0 ------------------------------ 5697cbe Use tenacity to retry image pulls e0ee9da Update .gitreview for stable/queens Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + paunch/builder/compose1.py | 46 ++++++++++++++++++++++++++--------- requirements.txt | 1 + 4 files changed, 53 insertions(+), 14 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index bf4e10e..44a9f90 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,0 +8 @@ cliff>=2.6.0 # Apache-2.0 +tenacity>=3.2.1 # Apache-2.0