Comment 23 for bug 1315321

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to glance (stable/icehouse)

Reviewed: https://review.openstack.org/115280
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=31a4d1852a0c27bac5757c192f300f051229a312
Submitter: Jenkins
Branch: stable/icehouse

commit 31a4d1852a0c27bac5757c192f300f051229a312
Author: Tom Leaman <email address hidden>
Date: Fri May 2 10:09:20 2014 +0000

    Enforce image_size_cap on v2 upload

    image_size_cap should be checked and enforced on upload

    Enforcement is in two places:
    - on image metadata save
    - during image save to backend store

    (cherry picked from commit 92ab00fca6926eaf3f7f92a955a5e07140063718)
    Conflicts:
     glance/location.py
     glance/tests/functional/v2/test_images.py

    Closes-Bug: 1315321
    Change-Id: I45bfb360703617bc394e9e27fe17adf43b09c0e1
    Co-Author: Manuel Desbonnet <email address hidden>