>        FirewallApi firewallApi = api.firewalls();
>  
>        for (Firewall firewall : concat(firewallApi.list())) {
> -         if (firewall == null || 
> !firewall.network().equals(network.selfLink())) {
> +         if (firewall == null) {

It should not and I was unable to reproduce. Removing this check.

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

Reply via email to