ironic/releasenotes/notes/remove-vifs-on-teardown-707c8e40c46b6e64.yaml
Julia Kreger b2ecd08924 Release note clean-ups for ironic release
Lots of misc fixes and changes to make the release notes
a little more consistent.

Change-Id: I8ed616f27a393d5adf015743fc1810a3d9955c55
2018-06-20 14:46:33 -07:00

20 lines
883 B
YAML

---
upgrade:
- |
The behavior for retention of VIF interface attachments has changed.
If your use of the Bare Metal service is reliant upon the behavior of
the VIFs being retained, which was introduced as a behavior change
during the Ocata cycle, then you must update your tooling to explicitly
re-add the VIF attachments prior to deployment.
fixes:
- |
Fixes potential case of VIF records being orphaned as the service
now removes all records of VIF attachments upon the teardown of a deployed
node. This is in order to resolve issues related to where it is
operationally impossible in some circumstances to remove a VIF
attachment while a node is being undeployed as the Compute service
will only attempt to remove the VIF for five minutes.
See `bug 1743652 <https://bugs.launchpad.net/ironic/+bug/1743652>`_ for more details.