Comment 9 for bug 1656010

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

Reviewed: https://review.openstack.org/424248
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=cbdf5076d37df61d2e9c46a0a73c7ad65652b866
Submitter: Jenkins
Branch: master

commit cbdf5076d37df61d2e9c46a0a73c7ad65652b866
Author: Sam Betts <email address hidden>
Date: Mon Jan 23 17:08:35 2017 +0000

    Don't override device_owner for tenant network ports

    When a vif is passed to us from nova as a tenant port we shouldn't
    change the device_owner or device_id because that is what links the port
    to the nova instance. This enables the neutron nova notifier to trigger
    the correct events in nova for when the neutron port changes, e.g. being
    deleted, triggers the detach interface endpoint.

    Change-Id: I43c3af9f424a65211ef5a39f13e4810072997339
    Closes-Bug: #1656010