We joyfully announce the release of: heat 8.0.1: OpenStack Orchestration This release is part of the ocata stable release series. Download the package from: https://tarballs.openstack.org/heat/ For more details, please see below. Changes in heat 8.0.0..8.0.1 ---------------------------- e139a32 To reset metadata for resources when mark healthy 18e6980 Updated from global requirements ca1685f Catch Unauthorized in delete_trust() 34d46d9 Pass on outputs errors to parent stacks a6ab1c9 Reduce wait condition signal number 73f299f Sleep between check_resource calls 9990fac Store user_domain in self._user_domain_id ae4fff5 Stop showing json deserialized message in log 7ffb87c Still wait for hooks on failed resources 4608336 Try to fix local.conf creation in tests Diffstat (except docs and test files) ------------------------------------- heat/common/context.py | 4 +-- heat/common/exception.py | 4 +++ heat/common/serializers.py | 6 +++- .../clients/os/keystone/heat_keystoneclient.py | 2 +- heat/engine/resource.py | 2 +- .../resources/aws/autoscaling/autoscaling_group.py | 2 +- .../resources/openstack/heat/scaling_policy.py | 4 +-- heat/engine/resources/stack_resource.py | 22 +++++++++----- heat/engine/stack.py | 10 ++----- .../functional/test_os_wait_condition.py | 2 +- requirements.txt | 2 +- 21 files changed, 93 insertions(+), 48 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 98a3e42..dccdc06 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr>=1.8 # Apache-2.0 +pbr<2.0.0,>=1.8 # Apache-2.0