Comment 4 for bug 1004007

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

Reviewed: https://review.openstack.org/16686
Committed: http://github.com/openstack/nova/commit/78de62264b6fef9035f082cb4989d6d49b755834
Submitter: Jenkins
Branch: stable/folsom

commit 78de62264b6fef9035f082cb4989d6d49b755834
Author: Davanum Srinivas <email address hidden>
Date: Tue Oct 23 22:37:04 2012 -0400

    Fix Incorrect Exception when metadata is over 255 characters

    Need to be in sync with Essex. Throw a new exception in api.py when key or value
    is over 255 chars. Catch this exception end return back HTTP error 413.

    add extra lines in exception.py to make pep8 happy

    Fixes bug 1004007

    Change-Id: I67694e3a9600b7dd0b80c519327327568751c2a4
    (cherry picked from commit db7798a973bb05af5d4668a9f9b20ce62e8a47af)