Comment 6 for bug 1506934

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

Reviewed: https://review.openstack.org/236886
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=0b5285aeccb482617b676e2c1278f829adc8cc2a
Submitter: Jenkins
Branch: stable/liberty

commit 0b5285aeccb482617b676e2c1278f829adc8cc2a
Author: Hong Hui Xiao <email address hidden>
Date: Fri Oct 16 12:39:32 2015 -0400

    The exception type is wrong and makes the except block not work

    According to the context, it should be KeyError here to catch.
    AttributeError will not happen here. More details could be found
    in the bug report.

    Change-Id: Id6351172703ac492e86475f75bf1be03f4e4e8a3
    Closes-bug: #1506934
    (cherry picked from commit 9d6584120003f50782461677d1b783bd07131444)