Comment 7 for bug 1298131

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

Reviewed: https://review.openstack.org/102103
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=007ed9b6c825da482275b30f982eac46690337a3
Submitter: Jenkins
Branch: master

commit 007ed9b6c825da482275b30f982eac46690337a3
Author: Chris Yeoh <email address hidden>
Date: Tue Jun 24 14:01:04 2014 +0930

    Change error status code for out of quota to be 403 instead of 413

    Instead of returning 413 as the error status code when the
    request fails due to lack of quota we should return 403

    DocImpact: Return 403 Forbidden instead of 413 RequestEntityTooLarge
    when a request fails due to lack of quota

    Change-Id: I7c179748769b8a0e2cc2e476ebefe33449f6f304
    Closes-Bug: 1298131