python-ironicclient/releasenotes/notes/continue-del-next-node-8827e67e1c41a0a5.yaml
Haomeng, Wang 36d2e1360f continue to delete next node if failed with previous one
We delete multiple nodes which include the non-exist nodes, ironic
client will break at the node which non-exist, so with this patch,
we will add try-except logic to continue to delete next one, and
print the results which are deleted and which are failed.

Change-Id: Iba48c570e48b51a2b6029ae89e3163ed05184bc1
Close-bug: #1529894
2016-02-18 05:35:29 +00:00

4 lines
86 B
YAML

---
fixes:
- when deleting multiple nodes, continue with deletes even if one fails.