summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fix-provisioning-port-cleanup-79ee7930ca206c42.yaml
blob: 0dc6d7125550f892a07111705278ae1bc7c03fce (plain)
1
2
3
4
5
6
7
8
9
---
fixes:
  - |
    Fixes an issue whereby in certain deployment failure scenarios a node's
    provisioning ports are not deleted.  The issue would typically have been
    masked by nova, which deletes all ports with a device ID matching the
    instance's UUID during instance termination.  See `bug 1732412
    <https://bugs.launchpad.net/ironic/+bug/1732412>`_
    for details.