summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-03-15 13:51:00 +0000
committerGerrit Code Review <review@openstack.org>2021-03-15 13:51:00 +0000
commit73f822361cc8f7e7793cc615d96239d7317510a8 (patch)
tree5253cf377637a0368de7b2b131b5bb1afa15249f /releasenotes/notes
parent34ecc26a116ee603a3b40d51c00962d2bd26d5bc (diff)
parentf8ef790e96e99deedf2a1a5241c460d585778ba5 (diff)
downloadheat-73f822361cc8f7e7793cc615d96239d7317510a8.tar.gz
Merge "Use resource_id instead of phy rsrc name in InstanceGroup"
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/fix-autoscalinggroup-reference-id-caf8b80c9288ad0f.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/releasenotes/notes/fix-autoscalinggroup-reference-id-caf8b80c9288ad0f.yaml b/releasenotes/notes/fix-autoscalinggroup-reference-id-caf8b80c9288ad0f.yaml
index 333c42ad6..1021aa528 100644
--- a/releasenotes/notes/fix-autoscalinggroup-reference-id-caf8b80c9288ad0f.yaml
+++ b/releasenotes/notes/fix-autoscalinggroup-reference-id-caf8b80c9288ad0f.yaml
@@ -1,9 +1,10 @@
---
fixes:
- |
- The behavior of ``get_resource`` on an ``OS::Heat::AutoScalingGroup``
+ The behavior of ``get_resource`` on an ``OS::Heat::InstanceGroup``
resource has changed. Previously it returned the physical resource name
(i.e. the name of the nested Heat stack which implemented the group). It
will now return the UUID of the nested stack if available. This will also
apply to any resource type that inherits from
- ``OS::Heat::AutoScalingGroup``.
+ ``OS::Heat::AutoScalingGroup``, ``OS::Heat::InstanceGroup``, and
+ ``AWS::AutoScaling::AutoScalingGroup``.