Hot fix to cleanup: moved cleaning LBs higher

Related-PROD: PROD-37187

Change-Id: Id499d1743752954fa09421e8127dae549594dff5
diff --git a/cleanup.py b/cleanup.py
index 9b52b96..247dcbe 100644
--- a/cleanup.py
+++ b/cleanup.py
@@ -409,6 +409,7 @@
             f"Stacks will be cleaned up using additional '{stack_mask}' mask")
 
     cleanup_stacks(stacks_alt=args.stacks_alt)
+    cleanup_load_balancers()
     cleanup_servers()
     cleanup_flavors()
     cleanup_volume_backups()
@@ -427,7 +428,6 @@
     cleanup_routers()
     cleanup_networks()
     cleanup_containers()
-    cleanup_load_balancers()
     cleanup_floating_ips()
 
     if args.projects: