> @@ -125,37 +124,30 @@
>     protected synchronized void cleanUpIncidentalResourcesOfDeadNodes(Set<? 
> extends NodeMetadata> deadNodes) {
>        Set<String> orphanedGroups = findOrphanedGroups.apply(deadNodes);
>        for (String orphanedGroup : orphanedGroups) {
> -         cleanUpNetworksAndFirewallsForGroup(orphanedGroup);
> +         cleanUpFirewallsForGroup(orphanedGroup);

this code never gets called, I suspect there is a bug in BaseComputeService, 
I'll let you know soon

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/138/files#r29568125

Reply via email to