We contentedly announce the release of: python-tripleoclient 7.3.3: 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.2..7.3.3 -------------------------------------------- 2e2a1ec Autodetect insecure registry in container image prepare 4a2134a Do not return the config download path but only print it fe2afcb Allow containerized undercloud deploy with SELinux 153bc4f Implement minor update workflow with config download Diffstat (except docs and test files) ------------------------------------- setup.cfg | 1 - tripleoclient/heat_launcher.py | 16 +-- .../v1/overcloud_config/test_overcloud_config.py | 135 +---------------- .../v1/overcloud_image/test_container_image.py | 70 +++++++-- .../v1/overcloud_update/test_overcloud_update.py | 80 ++++++++--- tripleoclient/v1/container_image.py | 24 ++++ tripleoclient/v1/overcloud_config.py | 105 ++------------ tripleoclient/v1/overcloud_update.py | 160 ++++++++++++--------- tripleoclient/workflows/package_update.py | 54 +++---- 10 files changed, 273 insertions(+), 463 deletions(-)