Skip to content

Commit

Permalink
fix missing metric
Browse files Browse the repository at this point in the history
  • Loading branch information
loi committed May 28, 2018
1 parent 4ffa381 commit 81e6b65
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions openstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ groups:
policy_operates_on_group: true
scale_limit: 10
scale_direction: '<'
scale_threshold: 10
service_selector: .*k8s_node_host.*.process.node.cpu.percent
scale_threshold: 50
service_selector: .*k8s_node_host.*.cpu_total_idle
cooldown_time: 60
triggers:
execute_scale_workflow:
Expand All @@ -193,8 +193,8 @@ groups:
properties:
scale_limit: 2
scale_direction: '>'
scale_threshold: 1
service_selector: .*k8s_node_host.*.process.node.cpu.percent
scale_threshold: 90
service_selector: .*k8s_node_host.*.cpu_total_idle
cooldown_time: 60
triggers:
execute_scale_workflow:
Expand Down

0 comments on commit 81e6b65

Please sign in to comment.