heat/releasenotes/notes/fix-autoscalinggroup-reference-id-caf8b80c9288ad0f.yaml
ricolin f8ef790e96 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
2020-04-16 14:22:06 +08:00

11 lines
482 B
YAML

---
fixes:
- |
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::InstanceGroup``, and
``AWS::AutoScaling::AutoScalingGroup``.