<div dir="ltr"><div><font size="4">Yes, it is  ”AutoScalingGroupName“. <br>”AutoScalingGroupName“ is used for ceilometer alarm to evaluate if the alarm cross the threshold and which group to scale up or down.<br></font></div>
<font size="4">If you dont define an "alarm resource" for heat template. Then ”AutoScalingGroupName“ maybe useless.</font><br></div><div class="gmail_extra"><br clear="all"><div><div dir="ltr"><div><font face="comic sans ms, sans-serif" size="4"><b><i>Best Regards!</i></b></font></div>
<font face="comic sans ms, sans-serif" size="4"><b><i>Chao Yan<br><font>--------------<br></font></i></b></font><font face="comic sans ms, sans-serif" size="4"><b><i><font>My twitter:Andy Yan <a href="https://twitter.com/yanchao727" target="_blank">@yanchao727</a></font></i></b></font><br>
<font face="comic sans ms, sans-serif" size="4"><b><i><font>My Weibo:<a href="http://weibo.com/herewearenow" target="_blank">http://weibo.com/herewearenow</a><br>--------------</font><br></i></b></font></div></div>
<br><br><div class="gmail_quote">2014-06-11 7:34 GMT+08:00 Mike Spreitzer <span dir="ltr"><<a href="mailto:mspreitz@us.ibm.com" target="_blank">mspreitz@us.ibm.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<tt><font>Aaron Knister <<a href="mailto:aaron.knister@gmail.com" target="_blank">aaron.knister@gmail.com</a>> wrote on
06/10/2014 02:40:09 PM:<div><div class="h5"><br>
<br>
> I'm trying to figure out how to determine all instances that were
<br>
> created as part of a given autoscaling group. I want to take a given<br>
> autoscaling group and list all of its instances. So far I can't <br>
> figure out how to do this. The instances themselves have a tag <br>
> called "AutoScalingGroupName" (mystack-MyServerGroup-f3r72ifsj2jq
<br>
> for example) but the value of that doesn't seem to map to anything.
<br>
> A resource-show on the autoscaling group doesn't seem to show any
<br>
> identifier that maps to the autoscaling group name. <br>
</div></div></font></tt><div><div class="h5">
<br><tt><font>> Any ideas on how I can do this?<br>
</font></tt>
<br></div></div><tt><font>Each of the four kinds of scaling group (InstanceGroup,
ResourceGroup, and both AutoScalingGroups) is a nested stack.  List
its members the same way you would list the members of any nested stack.
 E.g., on the CLI,</font></tt>
<br>
<br><tt><font>heat resource-list ${name or UUID of the nested stack}</font></tt>
<br>
<br><tt><font>That will give you a disappointing listing.  You
can get a little more info about a given member by</font></tt>
<br>
<br><tt><font>heat resource-show ${name or UUID of the nested stack}
${member name}</font></tt>
<br>
<br><tt><font>That will still be disappointing.  But it will
include the "physical ID" --- which is the UUID, and you already
know how to get what you want from that.</font></tt>
<br>
<br><tt><font>Regards,</font></tt>
<br><tt><font>Mike</font></tt><br>_______________________________________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
<br></blockquote></div><br></div>