From 614ecfc4358ca8e89255fc975fff065c6827f416 Mon Sep 17 00:00:00 2001 From: zhangbailin Date: Sun, 23 Sep 2018 06:00:57 -0400 Subject: [PATCH] Rename "polling_changes-since_parameter.rst" In order to record the update history, use "git mv" to rename the api-guide doc. Depends-On: https://review.openstack.org/599276/ Part of bp support-to-query-nova-resources-filter-by-changes-before Change-Id: I594dcead5edc222cb040cf11675fc76358e93ef8 --- api-guide/source/index.rst | 2 +- ...olling_changes-since_parameter.rst => polling_changes.rst} | 0 api-guide/source/server_concepts.rst | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) rename api-guide/source/{polling_changes-since_parameter.rst => polling_changes.rst} (100%) diff --git a/api-guide/source/index.rst b/api-guide/source/index.rst index 4c1b425f74ea..48b5a4383537 100644 --- a/api-guide/source/index.rst +++ b/api-guide/source/index.rst @@ -83,7 +83,7 @@ Contents limits links_and_references paginated_collections - polling_changes-since_parameter + polling_changes request_and_response_formats .. toctree:: diff --git a/api-guide/source/polling_changes-since_parameter.rst b/api-guide/source/polling_changes.rst similarity index 100% rename from api-guide/source/polling_changes-since_parameter.rst rename to api-guide/source/polling_changes.rst diff --git a/api-guide/source/server_concepts.rst b/api-guide/source/server_concepts.rst index eb4204f6273f..c3c0d3b3da51 100644 --- a/api-guide/source/server_concepts.rst +++ b/api-guide/source/server_concepts.rst @@ -200,10 +200,10 @@ For different user roles, the user has different query options set: There are also some special query options: - ``changes-since`` returns the servers updated after the given time. - Please see: :doc:`polling_changes-since_parameter` + Please see: :doc:`polling_changes` - ``changes-before`` returns the servers updated before the given time. - Please see: :doc:`polling_changes-since_parameter` + Please see: :doc:`polling_changes` - ``deleted`` returns (or excludes) deleted servers