ironic/releasenotes/notes/fix-net-ifaces-rebuild-1cc03df5d37f38dd.yaml
Vladyslav Drok c6abd51159 Unbind tenant ports before rebuild
Currently, during rebuild, tenant ports are bound to tenant network
when we call add_provisioning_network. We need to unbind them first.

Closes-Bug: #1657083
Change-Id: I475a089ee646872f7874c3d257c1dc571ea94f4d
2017-02-08 11:47:27 +02:00

6 lines
152 B
YAML

---
fixes:
- |
Fixes an issue with node rebuild, when tenant network ports were not
unbound prior to moving the node to provisioning network.