4464a88737
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
15 lines
670 B
YAML
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
|