diff options
author | zhangbailin <zhangbailin@inspur.com> | 2018-09-23 06:00:57 -0400 |
---|---|---|
committer | zhangbailin <zhangbailin@inspur.com> | 2018-09-23 06:42:34 -0400 |
commit | 614ecfc4358ca8e89255fc975fff065c6827f416 (patch) | |
tree | 089408a652934a11620f2d728dbff2413f571756 /api-guide | |
parent | 792cc425f2dd73dad392a5d0488989e818683047 (diff) | |
download | nova-614ecfc4358ca8e89255fc975fff065c6827f416.tar.gz |
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
Diffstat (limited to 'api-guide')
-rw-r--r-- | api-guide/source/index.rst | 2 | ||||
-rw-r--r-- | api-guide/source/polling_changes.rst (renamed from api-guide/source/polling_changes-since_parameter.rst) | 0 | ||||
-rw-r--r-- | api-guide/source/server_concepts.rst | 4 |
3 files changed, 3 insertions, 3 deletions
diff --git a/api-guide/source/index.rst b/api-guide/source/index.rst index 4c1b425f74..48b5a43835 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 index bef656d39e..bef656d39e 100644 --- a/api-guide/source/polling_changes-since_parameter.rst +++ b/api-guide/source/polling_changes.rst diff --git a/api-guide/source/server_concepts.rst b/api-guide/source/server_concepts.rst index eb4204f627..c3c0d3b3da 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 |