summaryrefslogtreecommitdiff
path: root/releasenotes/notes/support-bs-mv-3.60-a65f1919b5068d17.yaml
blob: 3813767c3f3445bf6be1b1a3fad5d80b9eb85b79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
features:
  - |
    When communicating with the Block Storage API version 3.60 and higher,
    you can apply time comparison filtering to the volume list command
    on the ``created_at`` or ``updated_at`` fields.  Time must be
    expressed in ISO 8601 format: CCYY-MM-DDThh:mm:ss±hh:mm.  The
    ±hh:mm value, if included, returns the time zone as an offset from
    UTC.

    See the `Block Storage service (cinder) command-line client
    <https://docs.openstack.org/python-cinderclient/latest/cli/details.html#cinder-list-filters-usage>`_
    documentation for usage details.