> @@ -175,8 +179,14 @@ public String toString() {
> };
> }
>
> - private static FluentIterable<String> checkNodeHasIps(NodeMetadata node) {
> - FluentIterable<String> ips =
> FluentIterable.from(concat(node.getPublicAddresses(),
> node.getPrivateAddresses()));
> + private static FluentIterable<String> checkNodeHasIps(NodeMetadata node,
> boolean excludePublic) {
[minor] Rename to `excludePublicIps`?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/341/files#r11421181