mirror of https://github.com/apache/jclouds.git
one machine was being wasted due to bad ip reporting
This commit is contained in:
parent
d987e847ca
commit
e4259b5cc8
|
@ -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