File: compute-usage-defaults-5f5b2936f17ff400.yaml

package info (click to toggle)
python-openstacksdk 4.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,352 kB
  • sloc: python: 122,960; sh: 153; makefile: 23
file content (9 lines) | stat: -rw-r--r-- 433 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
---
features:
  - get_compute_usage now has a default value for the start
    parameter of 2010-07-06. That was the date the OpenStack
    project started. It's completely impossible for someone
    to have Nova usage data that goes back further in time.
    Also, both the start and end date parameters now also
    accept strings which will be parsed and timezones will
    be properly converted to UTC which is what Nova expects.