summaryrefslogtreecommitdiff
path: root/releasenotes/notes/ensure-unbind-flat-vifs-and-clear-macs-34eec149618e5964.yaml
blob: 347b7d3c5c9c4768927d1597960bcf39127b9381 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
fixes:
  - |
    Fixes an issue where Neutron ports would be left with a baremetal MAC
    address associated after an instance is deleted from a baremetal host. This
    caused problems with MAC address conflicts in follow up deployments to the
    same baremetal host. `bug 2004428
    <https://storyboard.openstack.org/#!/story/2004428>`_.
  - |
    Fixes an issue where a flat Neutron port would be left with a host ID
    associated with it after an instance is deleted from a baremetal host. This
    caused problems with reusing the same port for a new instance as it is
    already bound to the old instance.