There is a bug in V2 API AlarmThreahholdRule validate function
Bug #1280975 reported by
Ildiko Vancsa
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ceilometer |
Fix Released
|
Medium
|
Ildiko Vancsa | ||
Havana |
Fix Released
|
Medium
|
Ildiko Vancsa |
Bug Description
The list of internal_keys is not defined correctly in the validate function of AlarmThresholdRule: timestamp_keys = ['timestamp', 'start', 'start_timestamp' 'end', 'end_timestamp']. The missing comma between the 'start_timestamp' and 'end' results in the following list: timestamp_keys = ['timestamp', 'start', 'start_
The code snippet can be found here: https:/
Changed in ceilometer: | |
assignee: | nobody → Ildiko Vancsa (ildiko-vancsa) |
tags: | added: havana-backport-potential |
Changed in ceilometer: | |
milestone: | none → icehouse-3 |
importance: | Undecided → Medium |
status: | New → In Progress |
Changed in ceilometer: | |
status: | Fix Committed → Fix Released |
tags: | removed: havana-backport-potential |
Changed in ceilometer: | |
milestone: | icehouse-3 → 2014.1 |
To post a comment you must log in.
Fix proposed to branch: stable/havana /review. openstack. org/74795
Review: https:/