keystone/releasenotes/notes/bug-1760521-fec5c88af214401f.yaml
wangxiyuan 245a0c718b Fix list_limit doesn't work correctly for domain
This patch changed the sql query for domain list
to ensure the return count is correct if list_limit
is set for resource.

Closes-bug: #1760521

Change-Id: I690a9815fe2c35e6191ab3ac789e34736e0d637c
2018-04-03 14:26:59 +08:00

7 lines
224 B
YAML

---
fixes:
- |
[`bug 1760521 <https://bugs.launchpad.net/keystone/+bug/1760521>`_]
Fixed the bug that the result count for ``domain list`` may lack one if
the config option ``list_limit`` in [resource] is set.