summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorYikun Jiang <yikunkero@gmail.com>2017-12-18 10:40:01 +0800
committerYikun Jiang <yikunkero@gmail.com>2018-01-15 14:42:53 +0800
commit8d80a5e0995336488373fff0885e13b1baa50923 (patch)
treec1f975b693d7d70606283784f0ed0cffd80ed1b5 /releasenotes
parent038cfdd5b3395acbf483dc982cae3eba34ddf1c5 (diff)
downloadpython-novaclient-8d80a5e0995336488373fff0885e13b1baa50923.tar.gz
Microversion 2.58 - Instance actions list pagination
Add optional parameters 'limit', 'marker' and 'changes-since' to the os-instance-actions endpoints for pagination. Implement: blueprint pagination-add-changes-since-for-instance-action-list Change-Id: Ie66d9b00c90236fdcc01aed7649dc7f163aa323e
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/microversion-v2_58-327c1031ebfe4a3a.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/microversion-v2_58-327c1031ebfe4a3a.yaml b/releasenotes/notes/microversion-v2_58-327c1031ebfe4a3a.yaml
new file mode 100644
index 00000000..b2fb6a3d
--- /dev/null
+++ b/releasenotes/notes/microversion-v2_58-327c1031ebfe4a3a.yaml
@@ -0,0 +1,8 @@
+---
+features:
+ - |
+ Added support for microversion v2.58 which introduces pagination support
+ for instance actions with the help of new optional parameters ``limit``,
+ ``marker``, and also adds the new filter ``changes-since``. Users can use
+ ``changes-since`` filter to filter the results based on the last time the
+ instance action was updated.