File: fix-no-router-server-0d5bf587063f22fc.yaml

package info (click to toggle)
manila 1%3A21.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,512 kB
  • sloc: python: 281,625; sh: 1,873; pascal: 1,336; makefile: 74
file content (7 lines) | stat: -rw-r--r-- 276 bytes parent folder | download
1
2
3
4
5
6
7
---
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.