ironic/releasenotes/notes/prevent-ports-with-vif-deletion-3edac3df5aa1becf.yaml
Julia Kreger 64674bf0ed Block port deletions where vif is present
We must not allow users to be able to delete
ports when a VIF record is present. If they are
able to, then the user risks orphaning ports in
neutron which could result in address depletion
prevent the port from being able to be used again.

Co-Authored-By: Madhuri Kumari <madhuri.kumari@intel.com>
Story: 2006710
Task: 37074
Change-Id: I9f8eaf94a375984ea2f567f0a87c2ed1ed5cb3b7
2020-06-02 14:13:24 -07:00

8 lines
275 B
YAML

---
fixes:
- |
Fixes logic that is applied to port deletions to also consider the
presence of a VIF attachment record, which should be removed before
attempting to delete the node. Failure to do so can result in
erroneous records in the Networking Service.