We high-spiritedly announce the release of: python-tripleoclient 7.3.6: TripleO client This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/python-tripleoclient/ For more details, please see below. Changes in python-tripleoclient 7.3.5..7.3.6 -------------------------------------------- ecc50af Add mock to avoid writing missing files to disk 6bde460 Catch zaqar exception when no message to claim ff9b579 Use qemu-img in bindep 25170c6 Fix for timeouts on scale down 15db65e Consume a zaqar queue for update to poll ansible result aa6220c Fix static-inventory option for minor update 077fbcf Move back to docker-site.yaml for ceph ansible update dfc4e99 Mock creation of ~/.tripleo directory e09c779 Allow the user to run ansible update on all nodes df1f33d Add option for ceph ansible playbook Diffstat (except docs and test files) ------------------------------------- bindep.txt | 2 +- requirements.txt | 1 + tripleoclient/constants.py | 3 ++ .../v1/overcloud_deploy/test_overcloud_deploy.py | 39 +++++++++++++- .../v1/overcloud_update/test_overcloud_update.py | 10 ++-- tripleoclient/v1/overcloud_node.py | 14 ++++- tripleoclient/v1/overcloud_update.py | 60 ++++++++++++---------- tripleoclient/workflows/package_update.py | 27 +++++++++- tripleoclient/workflows/scale.py | 3 +- 10 files changed, 129 insertions(+), 41 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 79fe063..91306b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,0 +18 @@ tripleo-common>=7.1.0 # Apache-2.0 +python-zaqarclient>=1.0.0 # Apache-2.0