python-novaclient/releasenotes/notes/microversion-v2_66-cda5d6dc31b56b46.yaml
zhangbailin 4464a88737 Add support changes-before for microversion 2.66
This adds the changes-before filter to the servers,
os-instance-actions and os-migrations list for
filtering resources which were last updated before
or equal to the given time. The changes-before filter,
like the changes-since filter, will return deleted
server resources.

Depends-On: https://review.openstack.org/599276/
Part of bp support-to-query-nova-resources-filter-by-changes-before

Change-Id: I7c6ea00303374d605bda8ef1b62c5de1b4567696
2018-09-24 15:14:18 -04:00

15 lines
670 B
YAML

---
features:
- |
Added support for `microversion 2.66`_ which adds ``changes-before``
parameter to the servers, os-instance-actions or os-migrations APIs.
* This parameter (``changes-before``) does not change any read-deleted
behavior in the os-instance-actions or os-migrations APIs.
* Like the ``changes-since`` filter, the ``changes-before`` filter will
also return deleted servers.
* The ``--changes-before`` options is added to the ``nova list``,
``nova instance-action-list`` and ``nova migration-list`` CLIs.
.. _microversion 2.66: https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#id59