Typo comments in heat-templates/hot/autoscaling.yaml

Bug #1665260 reported by Jeffrey Guan
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Heat Templates
Invalid
Undecided
Jeffrey Guan

Bug Description

there is a typo in comments in https://github.com/openstack/heat-templates/blob/master/hot/autoscaling.yaml

See the contents in "description", it should be "for 1 minute" instead of "for 10 minutes"
  cpu_alarm_low:
    type: OS::Ceilometer::Alarm
    properties:
      description: Scale-down if the average CPU < 15% for 10 minutes
      meter_name: cpu_util
      statistic: avg
      period: 600
      evaluation_periods: 1
      threshold: 15
      alarm_actions:
        - {get_attr: [web_server_scaledown_policy, alarm_url]}
      matching_metadata: {'metadata.user_metadata.stack': {get_param: "OS::stack_id"}}
      comparison_operator: lt

Thanks,
Jeffrey

Revision history for this message
Jeffrey Guan (double12gzh) wrote :

 it should be "for 1 minute" instead of "for 10 minutes"

Changed in heat-templates:
assignee: nobody → Jeffrey G (double12gzh)
status: New → In Progress
Changed in heat-templates:
status: In Progress → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.