octavia/octavia/api/v1
Michael Johnson c05a8cfb88 Fix non-cascade LB delete with children
When the user attempts to delete a load balancer, without the cascade option,
the load balancer is locked in "PENDING_DELETE" prior to the check for child
objects. The child object check will return the error to the user, but would
leave the load balancer locked in "PENDING_DELETE".
This patch corrects the order to do the validation prior to locking the
load balancer in "PENDING_DELETE".

Change-Id: If1694743d098b1c1337601770a7b3466a43dda07
Story: 2001256
Task: 5786
2017-10-23 10:43:17 -07:00
..
controllers Fix non-cascade LB delete with children 2017-10-23 10:43:17 -07:00
types Add monitor address and port to pool member 2017-05-08 04:07:26 -04:00
__init__.py Implementing simple operator API 2014-12-11 20:22:14 -06:00