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 commitb4fe639297) (cherry picked from commit9994dde8a0)
8 lines
276 B
YAML
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.
|