forked from openstack/cloudkitty
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43 from stackhpc/upstream/wallaby-2023-02-27
Synchronise wallaby with upstream
- Loading branch information
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
releasenotes/notes/fix-response-total-for-elastic-search-a3a9244380ed046f.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
fixes: | ||
- | | ||
Fix response format ``total`` for v2 dataframes API. The response for v2 | ||
dataframes is ``{"total": 3}``. However, for Elasticsearch search response, | ||
the ``"hits.total"`` in the response body is ``{"value": 3, "relation": | ||
"eq"}``, which does not match the API response schema. |