Comment 2 for bug 1004007

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

Reviewed: https://review.openstack.org/14726
Committed: http://github.com/openstack/nova/commit/db7798a973bb05af5d4668a9f9b20ce62e8a47af
Submitter: Jenkins
Branch: master

commit db7798a973bb05af5d4668a9f9b20ce62e8a47af
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