Files
manila/releasenotes/notes/fix-no-router-server-0d5bf587063f22fc.yaml
ricolin ac490bb1f2 Fix server instance subnet cleanup
For server with no router specified in instance detail
during teardown network, subnet will not be clean as code
for clean subnet never executed.
This change allows to cleanup subnet correctly.

Change-Id: I856966f5994926424ae5421aba373daa999376d6
Signed-off-by: ricolin <rlin@vexxhost.com>
(cherry picked from commit b4fe639297)
(cherry picked from commit 9994dde8a0)
2025-09-02 13:15:54 +08:00

8 lines
276 B
YAML

---
fixes:
- |
Fix subnet cleanup for server instances without routers.
Previously, when tearing down a server instance that had no router
specified in its details, the associated subnet was not cleaned up because
the subnet cleanup code was never executed.