Hello,
I have set up Heat with the autoscaling capability, and I'm wondering how I would go about sending the scaleup and scaledown URLs to the instances for inside-the-os alarming. In order to create the autoscalinggroup, you must have all parameters for the instance template. In order to have all parameters, you must have the scale URL webhooks to pass to the instance template. And in order to make the scalingpolicies, you must have the autoscalinggroup ID. I don't see a way to do this via the template without having circular dependencies. Any thoughts?
~RP