We are tickled pink to announce the release of: python-tripleoclient 9.1.0: TripleO client This release is part of the queens release series. Download the package from: https://tarballs.openstack.org/python-tripleoclient/ For more details, please see below. Changes in python-tripleoclient 9.0.0..9.1.0 -------------------------------------------- 47b3184 Add --tag-from-label to prepare command 4449ee7 Move more prepare logic into kolla_builder 4ed12da Use YAML inventory for minor update 286494c Remove RH1 OVB jobs from configuration 903cafa Configure ansible's verbosity according to command's verbosity 7318cbd Updated from global requirements a24dc78 Add -r/--roles-file option to undercloud deploy 372fc59 Generate undercloud-passwords.conf and fix output dir. c147415 Revert "Revert "Convert undercloud deploy to use TripleoInventory class"" 3db03b3 Revert "Convert undercloud deploy to use TripleoInventory class" ce92caa Update ole home page info python-tripleoclient. 7fdd61b Convert undercloud deploy to use TripleoInventory class 75aae14 Push the config container outside of heat stack update Diffstat (except docs and test files) ------------------------------------- .../notes/tag-for-label-28a53e362cbce219.yaml | 6 + setup.cfg | 2 +- test-requirements.txt | 2 +- tripleoclient/constants.py | 1 + .../v1/overcloud_image/test_container_image.py | 293 +++++++++------------ tripleoclient/v1/container_image.py | 90 ++----- tripleoclient/v1/overcloud_deploy.py | 3 +- tripleoclient/v1/overcloud_update.py | 17 +- tripleoclient/v1/undercloud_config.py | 2 + tripleoclient/v1/undercloud_deploy.py | 83 +++--- tripleoclient/workflows/deployment.py | 6 +- tripleoclient/workflows/package_update.py | 20 ++ zuul.d/layout.yaml | 2 - 15 files changed, 289 insertions(+), 291 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index be78ecb..80dbb69 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11 +11 @@ oslosphinx>=4.7.0 # Apache-2.0 -sphinx>=1.6.2 # BSD +sphinx!=1.6.6,>=1.6.2 # BSD