mirror of https://github.com/apache/jclouds.git
Merge pull request #448 from dralves/jclouds-vbox-nat-host-only-working-cluster-and-live-test
one machine (the first one) was being wasted due to bad ip reporting
This commit is contained in:
commit
fad4cee803
|
@ -97,7 +97,7 @@ public class NodeCreator implements Function<NodeSpec, NodeAndInitialCredentials
|
|||
RunScriptOnNode.Factory scriptRunnerFactory, Supplier<NodeMetadata> hostSupplier) {
|
||||
this.manager = manager;
|
||||
this.cloner = cloner;
|
||||
this.nodePorts = new AtomicInteger(NODE_PORT_INIT);
|
||||
this.nodePorts = new AtomicInteger(NODE_PORT_INIT + 1);
|
||||
this.nodeIps = new AtomicInteger(1);
|
||||
this.machineUtils = machineUtils;
|
||||
this.imachineToNodeMetadata = imachineToNodeMetadata;
|
||||
|
|
Loading…
Reference in New Issue