octavia/releasenotes/notes/lb-delete-flow-refactor-cfb1bc621bbe92b4.yaml
German Eichberger 6a6e0d243b Refactors LB delete flow and removes listener delete
This refactors the method generating the lb delete flow and
removes redundant code between cascade and the normal delete.
It also removed the listener delete from the non-cascade flow
thus speeding up the deletion.

Change-Id: I6133e9b5f1c4c440a56bf75a1e3369424971f33a
2019-03-14 10:29:26 +00:00

6 lines
146 B
YAML

---
fixes:
- |
Removes unnecessary listener delete from non-cascade delete load balancer
flow thus speeding up the loadbalancer delete.