cloudkitty/releasenotes/notes/fix-csv-usage-end-7bcf4cb5effc4461.yaml
Luka Peschke 6e470bc37b Fix UsageEnd in CSV reports
This fixes the value of UsageEnd in CSV reports. Currently, it is always
equal to the usage_start of the first processed dataframe + one collect period.

It was an issue with the first condition of _get_usage_end(): given that
_get_usage_start() was always called before _get_usage_end(), the condition
was always true and cached_end was never updated.

Change-Id: Ice8f3b291a2b1327b9b95e1974de1431a93fd29e
Story: 2001414
Task: 6112
2017-12-19 12:13:40 +01:00

5 lines
84 B
YAML

---
fixes:
- |
The value of the UsageEnd field in CSV reports has been fixed.