Comment 2 for bug 1000580

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

Reviewed: https://review.openstack.org/7567
Committed: http://github.com/openstack/nova/commit/7e845f4af6f89253d9c47645875aa67ef24ebee3
Submitter: Jenkins
Branch: master

commit 7e845f4af6f89253d9c47645875aa67ef24ebee3
Author: Sumit Naiksatam <email address hidden>
Date: Thu May 17 16:14:52 2012 -0700

    Fix for Quantum LinuxBridge Intf driver plug call

    The current implementation of the plug operation tries to assign an IP
    address to a bridge even if it already has one. The fix is to do this
    only when a new device is created. The check for a new device was
    already being performed however the IP address was being set outside
    that check. That's being corrected here, minor fix.

    bug 1000580

    Change-Id: I45215a3ca87a32ef4c2a2f76bab9b743eabb525e