Skip to content
Snippets Groups Projects
Commit 2088a86e authored by Abdulhadi Al-Sayed's avatar Abdulhadi Al-Sayed
Browse files

Reduced scaling cooldown

parent b8f6c1ea
No related branches found
No related tags found
No related merge requests found
...@@ -79,14 +79,14 @@ resources: ...@@ -79,14 +79,14 @@ resources:
properties: properties:
adjustment_type: change_in_capacity adjustment_type: change_in_capacity
auto_scaling_group_id: {get_resource: asg} auto_scaling_group_id: {get_resource: asg}
cooldown: 60 cooldown: 10
scaling_adjustment: 1 scaling_adjustment: 1
web_server_scaledown_policy: web_server_scaledown_policy:
type: OS::Heat::ScalingPolicy type: OS::Heat::ScalingPolicy
properties: properties:
adjustment_type: change_in_capacity adjustment_type: change_in_capacity
auto_scaling_group_id: {get_resource: asg} auto_scaling_group_id: {get_resource: asg}
cooldown: 60 cooldown: 10
scaling_adjustment: -1 scaling_adjustment: -1
lb: lb:
type: OS::Octavia::LoadBalancer type: OS::Octavia::LoadBalancer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment