Comment 6 for bug 1298131

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

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

commit af44b50b6b8187c559c56b9d3f7dc047fc5be407
Author: Facundo Farias <email address hidden>
Date: Mon Mar 31 16:26:51 2014 -0300

    Correct returned HTTP status code (Use 403 instead of 413)

    The exception HTTPRequestEntityTooLarge should not be used as an
    exception response based on RFC2616. Because of that, change
    the returned response to HTTPForbidden.

    Restore commit for Iab090c40c632a76b0528df8145ad0897c8b649bf
    And add compute V3 changes.

    Related Tempest commit to match this change:
    If376eda0a7929ba2baa4ac4acbb457883bcfc96d

    DocImpact: corrects HTTP return code from 413 to 403 for quota-related
    limit faults

    Closes-Bug: #1298131
    Change-Id: I2bb8a60ef254afbfed514cfeebe75355d0de4475