Comment 16 for bug 1936408

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/801470
Committed: https://opendev.org/openstack/neutron/commit/5a7a8db0d87c2027287e8fb074ee0f681e6369bb
Submitter: "Zuul (22348)"
Branch: master

commit 5a7a8db0d87c2027287e8fb074ee0f681e6369bb
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Thu Aug 26 17:55:35 2021 +0000

    Check quota limits

    When "check_limit" parameter is passed in a quota update request,
    the Neutron server checks the current resource usage before updating
    the quota limit. If the new quota limit is below the resource usage,
    an exception is raised.

    This parameter was added in [1][2].

    [1]https://review.opendev.org/c/openstack/openstacksdk/+/806254
    [2]https://review.opendev.org/c/openstack/python-openstackclient/+/806016

    Closes-Bug: #1936408

    Change-Id: I5a6fb65694498dd7d8f403ea04dc1fe72b8c938d