Comment 2 for bug 1337787

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

Reviewed: https://review.openstack.org/105471
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=ee86bf175e7ee79720462338a0d0988e6e8342c1
Submitter: Jenkins
Branch: master

commit ee86bf175e7ee79720462338a0d0988e6e8342c1
Author: Mithil Arun <email address hidden>
Date: Tue Jul 8 18:38:04 2014 +0530

    Fixes port update failure when device ID is not updated

    The updation was failing because the changed_device_id variable
    was undeclared.This fix declares the variable with a default value
    at the beginning of the method.

    Change-Id: I06dfea1170a6b2a649f4e1efe4bf70b7cee0eacb
    Closes-Bug: 1337787