Comment 8 for bug 1076813

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

Reviewed: https://review.openstack.org/21460
Committed: http://github.com/openstack/quantum/commit/be77455856fcc88300b0ad5a36211ebd37f0e453
Submitter: Jenkins
Branch: master

commit be77455856fcc88300b0ad5a36211ebd37f0e453
Author: Henry Gessau <email address hidden>
Date: Thu Feb 7 16:01:28 2013 -0500

    Improvements to API validation logic.

    Do not automatically map generic exceptions like AttributeError to
    http errors (instead they should be handled closer to where they occur
    so that they can be "intelligently" converted to the appropriate
    error).

    Fix up some expected error codes in the unit tests.
    Improve some of the validation messages.
    Remove all use of locals() in attributes.py

    Fixes: bug #1076813
    Change-Id: Iabf8808a840e927307bbcae4cd41790af3d79a9e