ironic/releasenotes/notes/port_delete-6628b736a1b556f6.yaml
M V P Nitesh b79eecf5de Prevents deletion of ports for active nodes
Prevents deletion of ironic port of the node whose provision
state is active. User can delete the port of such node's when
the node's are in the maintenance mode.

Co-Authored-By: Kaifeng Wang <kaifeng.w@gmail.com>
Change-Id: I3c2cc8ec5ddb04d7ab829d1341a045da6dee07e3
Closes-Bug: #1694693
2018-08-14 13:56:26 +08:00

6 lines
154 B
YAML

---
fixes:
- |
Prevents deletion of ports for active nodes. It is still possible to
delete them after putting the node in the maintenance mode.