From efaa36443f285d90994276a34e35bb5d486cc65a Mon Sep 17 00:00:00 2001 From: Tetsuro Nakamura Date: Tue, 9 Jul 2019 10:23:54 +0000 Subject: [PATCH] Follow up fix for same_subtree documentation This patch fixes incorrect usages of fixed articles changing them to indefinite articles in same_subtree documentation. Change-Id: I6ba2e2f13400b4c2ae9a44cad7a1fc9a9e39b41d Story: 2005575 Task: 30784 --- api-ref/source/parameters.yaml | 2 +- placement/rest_api_version_history.rst | 2 +- .../allocation-candidate-same_subtree-aeed7b2570293dfb.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index cfef117f8..fc9f15df0 100644 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -197,7 +197,7 @@ allocation_candidates_same_subtree: A comma-separated list of request group suffix strings ($S). Each must exactly match a suffix on a granular group somewhere else in the request. Importantly, the identified request groups need not have a resources[$S]. - If this is provided, at least one of the resource providers satisfying the + If this is provided, at least one of the resource providers satisfying a specified request group must be an ancestor of the rest. The ``same_subtree`` query parameter can be repeated and each repeat group is treated independently. diff --git a/placement/rest_api_version_history.rst b/placement/rest_api_version_history.rst index 0e35fca10..c5e9af97e 100644 --- a/placement/rest_api_version_history.rst +++ b/placement/rest_api_version_history.rst @@ -662,6 +662,6 @@ Add support for the ``same_subtree`` query parameter to the ``GET group suffix strings $S. Each must exactly match a suffix on a granular group somewhere else in the request. Importantly, the identified request groups need not have a resources$S. If this is provided, at least one of the resource -providers satisfying the specified request group must be an ancestor of the +providers satisfying a specified request group must be an ancestor of the rest. The ``same_subtree`` query parameter can be repeated and each repeat group is treated independently. diff --git a/releasenotes/notes/allocation-candidate-same_subtree-aeed7b2570293dfb.yaml b/releasenotes/notes/allocation-candidate-same_subtree-aeed7b2570293dfb.yaml index c1f0f0ae8..273ac69a8 100644 --- a/releasenotes/notes/allocation-candidate-same_subtree-aeed7b2570293dfb.yaml +++ b/releasenotes/notes/allocation-candidate-same_subtree-aeed7b2570293dfb.yaml @@ -6,6 +6,6 @@ features: list of request group suffix strings ($S). Each must exactly match a suffix on a granular group somewhere else in the request. Importantly, the identified request groups need not have a resources$S. If this is provided, - at least one of the resource providers satisfying the specified request + at least one of the resource providers satisfying a specified request group must be an ancestor of the rest. The ``same_subtree`` query parameter can be repeated and each repeated group is treated independently.