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
Branches
No related tags found
No related merge requests found
......@@ -79,14 +79,14 @@ resources:
properties:
adjustment_type: change_in_capacity
auto_scaling_group_id: {get_resource: asg}
cooldown: 60
cooldown: 10
scaling_adjustment: 1
web_server_scaledown_policy:
type: OS::Heat::ScalingPolicy
properties:
adjustment_type: change_in_capacity
auto_scaling_group_id: {get_resource: asg}
cooldown: 60
cooldown: 10
scaling_adjustment: -1
lb:
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