mirror of https://github.com/apache/jclouds.git
commit
c0d21a7d09
|
@ -138,7 +138,7 @@ public class VM {
|
||||||
|
|
||||||
for (int i = 0; i < 30; i++) {
|
for (int i = 0; i < 30; i++) {
|
||||||
ipAddresses = host.getVMIpAddresses(uuid);
|
ipAddresses = host.getVMIpAddresses(uuid);
|
||||||
if (ipAddresses.isEmpty()) {
|
if (!ipAddresses.isEmpty()) {
|
||||||
// Got some
|
// Got some
|
||||||
String ip = ipAddresses.get("net0");
|
String ip = ipAddresses.get("net0");
|
||||||
if (ip != null && !ip.equals("0.0.0.0"))
|
if (ip != null && !ip.equals("0.0.0.0"))
|
||||||
|
|
Loading…
Reference in New Issue