murano/releasenotes/notes/bug-1690179-375599ff3e8f2cd9.yaml
Margarita Shakhova 9a4bafa5d4 Add dsl_iterators_limit config option
To remove hardcoded constant called 'ITERATORS_LIMIT', that can be
exceeded (2000) having big amount of objects. It is easy to achieve
in big cloud with user that is allowed to view lots of resources.

Change-Id: I818561ca044bad505402b69d22a41ea892e15fcc
Closes-Bug: #1690179
2017-07-05 23:40:27 +00:00

9 lines
216 B
YAML

---
fixes:
- |
Remove hardcoded constant called 'ITERATORS_LIMIT', that can be
exceeded (2000) having big amount of objects.
Introduce dsl_iterators_limit configuration option instead of
constant.