> int countStarted = 0; > int tries = 0; > Set<RunningInstance> started = ImmutableSet.<RunningInstance> of(); > > + int maxCount = > EC2TemplateOptions.class.cast(template.getOptions()).getMaxCount(); > + int provCount;
Could you call it `countInstancesToProvision` (urgh) or `countToProvision` or something like that? Thanks for the explanation - makes more sense now. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/277/files#r9472077
