From 3c67b17c60e70c2f237ee97e5014b20ca63da243 Mon Sep 17 00:00:00 2001 From: Yikun Jiang Date: Sat, 23 Dec 2017 10:13:03 +0800 Subject: [PATCH] Fix the formatting for 2.58 in the compute REST API history doc Sorry, It's a wrong copy from 2.56. (and the 2.56 fix in https://review.openstack.org/#/c/528114/) trivialfix Change-Id: I09c0aeebb11e351823489b482b5d4c57e8da4e40 --- .../api/openstack/compute/rest_api_version_history.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nova/api/openstack/compute/rest_api_version_history.rst b/nova/api/openstack/compute/rest_api_version_history.rst index da3957793cb3..ae19a50afa0e 100644 --- a/nova/api/openstack/compute/rest_api_version_history.rst +++ b/nova/api/openstack/compute/rest_api_version_history.rst @@ -735,8 +735,8 @@ The 2.57 microversion makes the following changes: 2.58 ---- - Add pagination support and ``changes-since`` filter for os-instance-actions - API. Users can now use ``limit`` and ``marker`` to perform paginated query - when listing instance actions. Users can also use ``changes-since`` filter - to filter the results based on the last time the instance action was - updated. +Add pagination support and ``changes-since`` filter for os-instance-actions +API. Users can now use ``limit`` and ``marker`` to perform paginated query +when listing instance actions. Users can also use ``changes-since`` filter +to filter the results based on the last time the instance action was +updated.