>  
> +      floatingIpApi.addToServer(ip.get().getIp(), node.getProviderId());
> +      
> input.get().getNodeMetadata().set(NodeMetadataBuilder.fromNodeMetadata(node).publicAddresses(ImmutableSet.of(ip.get().getIp())).build());
> +      floatingIpCache.invalidate(ZoneAndId.fromSlashEncoded(node.getId()));
> +      return input.get().getNodeMetadata();
> +   }
> +
> +   /**
> +    * Allocate a FloatingIP for a given Node

On this one too

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/425/files#r14537109

Reply via email to