> @@ -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);

It appears to be called when I run the tests. 

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

Reply via email to