Files
cloudkitty/releasenotes/notes/fix-flux-query-59b7b9f485ba1dde.yaml
Shi Yan beeb526627 Fix the Flux query issue when no groupby used
The flux query is invalid when no groupby is used:
invalid token for primary expression: COMMA

Story: 2011528
Task: 52812

Change-Id: I9f1999ccc7b8b06af3d582d7bde209d10c588dba
Signed-off-by: Shi Yan <yanshi.403@gmail.com>
2025-10-13 16:57:49 +00:00

6 lines
173 B
YAML

---
fixes:
- |
Fix the Flux query syntax error when no groupby is used. See `story 2011528
<https://storyboard.openstack.org/#!/story/2011528>`_ for more details.