summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fix-autoscalinggroup-reference-id-caf8b80c9288ad0f.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Use resource_id instead of phy rsrc name in InstanceGroupricolin2020-04-161-2/+3
| | | | | | | | | | | | 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
* Use resource_id instead of phy res name `OS::Heat::AutoScalingGroup`ricolin2020-02-211-0/+9
We now will uses resource_id instead of physical resource name when we use get_resource in template. If you run `get_resource: {physical autoscalinggroup_1}`, will now return resource id for `autoscalinggroup_1`. Change-Id: I71ec0f28d3c8251e776d014a38e6a1984daf52ae Story: #2007007 Task: #37787