Comment 5 for bug 1660317

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

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

commit 00c0830c3e227b3a278cf10cfd68f724e433f38c
Author: Matt Riedemann <email address hidden>
Date: Wed Feb 1 19:03:03 2017 -0500

    Handle NotImplementedError in _process_instance_vif_deleted_event

    The Ironic virt driver does not support attach/detach of VIFs (yet)
    so when Neutron sends an asynchronous event back to Nova that
    VIFs were unplugged on instance delete, we do not need to trace
    all over the logs when the Ironic driver does not implement
    detach_interface().

    Change-Id: I6f6533322c1179b3396e56b37c4f3f4228d8da01
    Closes-Bug: #1660317