Comment 5 for bug 1272286

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

Reviewed: https://review.openstack.org/69209
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=d46f4a5b6d17f20a9c1de9367af11c9f3e7a7ef0
Submitter: Jenkins
Branch: master

commit d46f4a5b6d17f20a9c1de9367af11c9f3e7a7ef0
Author: Gary Kotton <email address hidden>
Date: Sun Jan 26 08:57:14 2014 -0800

    VMware: fix exception when using multiple compute nodes

    When there is more than one compute node running and one of the
    nodes restarts it terminates on an exception that the resource is
    not found.

    The cause of the issue is that a vif plug was being attempted for
    a resource that did not exist. The vif plug should have raised an
    "NotImplemented" exception.

    Change-Id: I5a3f1cc73a981173b6c2fa493de3aad10a7e97fd
    Closes-bug: #1272286