neutron/releasenotes/notes/remove-allow-pagination-allow-sorting-ff23ca5ccb3007b9.yaml
Ihar Hrachyshka 61eb74af31 Remove allow_pagination and allow_sorting config options
They were deprecated in Newton. This patch cleans them up.

Note: it does not mean that the features will not work anymore. On the
contrary, now API will consistently sort and paginate for plugins that
honour the relevant sorting/pagination parameters.

Note2: base resource controller still allows to pass
allow_pagination=False and allow_sorting=False parameters to disable the
features if a registered plugin does not support the features yet.

Change-Id: I5fd30b20f645846d9366740372c4815c4b33e2eb
Related-Bug: #1566514
2016-11-29 12:34:19 +00:00

6 lines
195 B
YAML

---
other:
- The ``allow_pagination`` and ``allow_sorting`` configuration options are
now removed. Now, sorting and pagination are always enabled for plugins
that support the features.