[tripleo] tripleo-common 5.4.2 (newton)
We are overjoyed to announce the release of: tripleo-common 5.4.2: A common library for TripleO workflows. This release is part of the newton stable release series. The source is available from: http://git.openstack.org/cgit/openstack/tripleo-common Download the package from: https://tarballs.openstack.org/tripleo-common/ Please report issues through launchpad: http://bugs.launchpad.net/tripleo-common For more details, please see below. Changes in tripleo-common 5.4.1..5.4.2 -------------------------------------- 570c5ac Updated from global requirements eb115dd Update to a newer hacking library c79248d Use Mistral to create Swift temporary URLs d9efb1f Remove remaining vendor plugins from default image YAML f59d9d8 Move the overcloudrc generation from tripleoclient to a Mistral action b83a093 Fix build-image script output Diffstat (except docs and test files) ------------------------------------- image-yaml/overcloud-images.yaml | 5 - scripts/tripleo-build-images | 1 + setup.cfg | 2 + test-requirements.txt | 2 +- tripleo_common/actions/deployment.py | 54 +++++++++++ tripleo_common/actions/swifthelper.py | 49 ++++++++++ tripleo_common/utils/overcloudrc.py | 113 +++++++++++++++++++++++ workbooks/deployment.yaml | 42 ++++++++- 11 files changed, 444 insertions(+), 7 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 2a4a4b8..6e57d66 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking<0.11,>=0.10.0 +hacking<0.12,>=0.11.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org