neutron-lib/releasenotes/notes/add-network-cascade-delete-api-extension-f418e44b37c2b2ed.yaml
Sharon Koech 19cb07025b Network Cascade Deletion Extension
This change introduces the optional boolean argument, ``cascade``,
to the ``DELETE`` API request, that when defined as ``True``,
deletes a network and all its associated resources.

Related-Spec: https://review.opendev.org/c/openstack/neutron-specs/+/810822
Related-Bug: #1870319
Change-Id: Ib26526650b61062f753a470f5b33b8f53c0a7947
2022-07-28 13:57:47 +00:00

7 lines
164 B
YAML

---
features:
- |
Add API extension ``network-cascade-delete`` that allows users
to automatically delete all associated ports when
deleting networks.