summaryrefslogtreecommitdiff
path: root/releasenotes/notes/ignore-port-not-found-when-unbinding-94fb63988e98cb21.yaml
blob: 30e63af7bcba7f37a6177f287434319f9155fe63 (plain)
1
2
3
4
5
6
7
8
---
fixes:
  - Fixes a failure when deploying a node. This happened when a port or port
    group's internal_info['tenant_vif_port_id'] still existed after the
    corresponding neutron port was removed and prior to deletion of the
    instance, causing future deployments of the bare metal node to fail. The
    situation is now logged and does not block future deployments. See
    https://bugs.launchpad.net/ironic/+bug/1685592 for details.