ceilometer/releasenotes/notes/lookup-meter-def-vol-correctly-0122ae429275f2a6.yaml
Pradeep Kilambi 903a0a527c Lookup meter definition fields correctly
Change-Id: I9db77b9bc196c06c409fcfe252c172230fee4274
Closes-Bug: #1536699
2016-01-25 12:47:55 -05:00

9 lines
353 B
YAML

---
fixes:
- >
[`bug 1536699 <https://bugs.launchpad.net/ceilometer/+bug/1536699>`_]
Patch to fix volume field lookup in meter definition file. In case
the field is missing in the definition, it raises a keyerror and
aborts. Instead we should skip the missing field meter and continue
with the rest of the definitions.