Re: [Openstack] Heat SoftwareDeployment With Autoscaling

2015-06-22 Thread Steve Baker
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

2015-06-20 Thread Binan AL Halabi
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 }