Comment 3 for bug 1245700

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

Reviewed: https://review.openstack.org/54219
Committed: http://github.com/openstack/nova/commit/2392f746d31028dca5fdf6de423f807bfaf69c84
Submitter: Jenkins
Branch: master

commit 2392f746d31028dca5fdf6de423f807bfaf69c84
Author: Aaron Rosen <email address hidden>
Date: Mon Oct 28 18:05:15 2013 -0700

    Correct exception handling

    Previously, it was possible for an exception to be hidden and cause other
    errors for example:
        UnboundLocalError: local variable 'port' referenced before assignment
    was previously occuring if e.status_code != 404

    Fixes bug: 1245700

    Change-Id: I27e44ffd33a73c88745de8fda8fd7c374435808a