mirror of https://github.com/apache/jclouds.git
cloudstack doesn't authoritatively set the hostname
This commit is contained in:
parent
a377fe04a0
commit
e08372a8aa
|
@ -61,4 +61,10 @@ public class CloudStackComputeServiceLiveTest extends BaseComputeServiceLiveTest
|
|||
assert node.getUserMetadata().equals(ImmutableMap.<String, String> of()) : String.format(
|
||||
"node userMetadata did not match %s %s", userMetadata, node);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void testOptionToNotBlock() {
|
||||
// start call blocks until we static nat, which is long enough to reach
|
||||
// running state
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue