wanghao
7e98d14a57
Support to query volume filter by updated_at/created_at
Support users can query resources by specifying the time that resources are created at or updated at with time comparison operators: "gt/gte/eq/neq/lt/lte", and cinder will return all which match the condition. The date and time stamp format is ISO 8601: CCYY-MM-DDThh:mm:ss±hh:mm. The ±hh:mm value, if included, returns the time zone as an offset from UTC. Add two filters updated_at and created_at in querying API. "volumes/detail?created_at=gt:2016-01-01T01:00:00,lt:2016-12-31T01:00:00" Change-Id: I1f43c37c2266e43146637beadc027ccf6dec017e Partial-Implements: blueprint support-to-query-cinder-resources-filter-by-time-comparison-operators Co-Authored-By: wangxiyuan <wangxiyuan@huawei.com>
OpenStack Cinder
OpenStack Cinder is a storage service for an open cloud computing service.
You can learn more about Cinder at:
Getting Started
If you'd like to run from the master branch, you can clone the git repo:
git clone https://opendev.org/openstack/cinder
If you'd like to contribute, please see the information in CONTRIBUTING.rst
You can raise bugs on Launchpad
Python client
Description
Languages
Python
99.7%
Smarty
0.3%