Re: [Openstack] Heat SoftwareDeployment With Autoscaling
On 21/06/15 15:27, Binan AL Halabi wrote: Hi all, I have this part of my Heat template: # Autoscaling group definition auto-scaling-group: type: OS::Heat::AutoScalingGroup properties: min_size: 1 max_size: 1 resource: type: OS::Nova::Server properties:
[Openstack] Heat SoftwareDeployment With Autoscaling
Hi all,I have this part of my Heat template: # Autoscaling group definition auto-scaling-group: type: OS::Heat::AutoScalingGroup properties: min_size: 1 max_size: 1 resource: type: OS::Nova::Server properties: flavor: { get_param: flavor }