mirror of https://github.com/apache/jclouds.git
Issue 608:Starting a node with a location-id specifying an ec2 availability zone fails
This commit is contained in:
parent
575d819143
commit
4221d6292a
|
@ -96,7 +96,7 @@ public class AWSEC2CreateNodesInGroupThenAddToSet extends EC2CreateNodesInGroupT
|
||||||
return Iterables.transform(client.getSpotInstanceServices().requestSpotInstancesInRegion(region, spotPrice,
|
return Iterables.transform(client.getSpotInstanceServices().requestSpotInstancesInRegion(region, spotPrice,
|
||||||
count, spec, options), spotConverter);
|
count, spec, options), spotConverter);
|
||||||
} else {
|
} else {
|
||||||
return super.createNodesInRegionAndZone(zone, zone, count, template, instanceOptions);
|
return super.createNodesInRegionAndZone(region, zone, count, template, instanceOptions);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue