Comment 4 for bug 1486722

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to vmware-nsx (stable/kilo)

Reviewed: https://review.openstack.org/215703
Committed: https://git.openstack.org/cgit/openstack/vmware-nsx/commit/?id=1c846b4304f3fce21755f6a415774013d6619784
Submitter: Jenkins
Branch: stable/kilo

commit 1c846b4304f3fce21755f6a415774013d6619784
Author: Gary Kotton <email address hidden>
Date: Wed Aug 19 12:21:36 2015 -0700

    NSXv: do not fail on spoofgaurd policy error

    The VM is deleted from VC and then this call is made. In this case,
    VC must be sending the VM & vnic delete update first to NSX manager
    and the plugin is sending the delete call later to NSX manager.
    This error can be ignored for now, unless we make sure VM is deleted
    only after neutron plugin deletes the port.

    Change-Id: I2e69466e76b3b7339c6854e5c04f1309ede19f56
    Closes-bug: #1486722
    (cherry picked from commit 636f809f301fb17709ce10bbc198df9828d1ca51)