Comment 25 for bug 1566514

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (master)

Reviewed: https://review.openstack.org/330482
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=fdf66024d38276f6eed111973127e1008ca68326
Submitter: Jenkins
Branch: master

commit fdf66024d38276f6eed111973127e1008ca68326
Author: Ihar Hrachyshka <email address hidden>
Date: Thu Jun 16 13:41:23 2016 +0200

    Deprecate allow_sorting and allow_pagination options

    There is no technical reason to disable sorting and pagination, except
    maybe performance concerns. But there are other ways to DoS-attack
    neutron-server services, like... any other type of request. So the
    concern is moot.

    Keeping those options available for configuration reduces compatibility
    between Neutron installations. It's better to do the right thing, and do
    it right, implementing the feature for the benefit of API users.

    DocImpact Update configuration documentation to reflect deprecation.

    Change-Id: Iad26221a58589b10381f1a0d69a88c92fb5adeee
    Related-Bug: #1566514