f8ef790e96
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
11 lines
482 B
YAML
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``.
|