summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fix-autoscalinggroup-reference-id-caf8b80c9288ad0f.yaml
diff options
context:
space:
mode:
authorricolin <rico.lin.guanyu@gmail.com>2020-04-08 16:59:43 +0800
committerricolin <rico.lin.guanyu@gmail.com>2020-04-16 14:22:06 +0800
commitf8ef790e96e99deedf2a1a5241c460d585778ba5 (patch)
tree24af4cb3b5129b7f201d14e660fb054c774daa8e /releasenotes/notes/fix-autoscalinggroup-reference-id-caf8b80c9288ad0f.yaml
parent96c4dbe3ea2681b5d53cec3f6904f5d9d221d914 (diff)
downloadheat-f8ef790e96e99deedf2a1a5241c460d585778ba5.tar.gz
Use resource_id instead of phy rsrc name in InstanceGroup
Use default resource implementation for get_reference_id in: * OS::Heat::InstanceGroup * OS::Heat::AutoScalingGroup * AWS::AutoScaling::AutoScalingGroup Story: #2007007 Task: #37870 Change-Id: I7fd223a3bde1c5d2ecd073124a25675567e406d2
Diffstat (limited to 'releasenotes/notes/fix-autoscalinggroup-reference-id-caf8b80c9288ad0f.yaml')
-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``.