We are happy to announce the release of: instack-undercloud 9.5.0: instack-undercloud This release is part of the rocky stable release series. The source is available from: https://git.openstack.org/cgit/openstack/instack-undercloud Download the package from: https://tarballs.openstack.org/instack-undercloud/ Please report issues through launchpad: https://bugs.launchpad.net/tripleo For more details, please see below. Changes in instack-undercloud 9.4.0..9.5.0 ------------------------------------------ 227ce3fc Get the stack name if possible before running the validations group 0b900210 Fix instack-undercloud PEP8 failures and requirements constraints 15cda5ad Include missing config classes Diffstat (except docs and test files) ------------------------------------- .../puppet-stack-config/puppet-stack-config.pp | 9 ++ instack_undercloud/undercloud.py | 59 ++++++++-- lower-constraints.txt | 8 +- requirements.txt | 1 + test-requirements.txt | 2 +- zuul.d/project.yaml | 1 - 7 files changed, 174 insertions(+), 27 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3502afb4..9e6b5a00 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,0 +19 @@ os-client-config>=1.28.0 # Apache-2.0 +openstacksdk>=0.17.2 diff --git a/test-requirements.txt b/test-requirements.txt index 25a9112c..550e2992 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ openstackdocstheme>=1.18.1 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.7.6 # BSD