> int countStarted = 0; > int tries = 0; > Set<RunningInstance> started = ImmutableSet.<RunningInstance> of(); > > + int maxCount = > EC2TemplateOptions.class.cast(template.getOptions()).getMaxCount(); > + int provCount;
Provision count. Shorthand I end up using in my own tooling. =) Basically, the minimum number of instances to provision in this call - trying to retain backwards compat in case someone actually deliberately relies on the old behavior. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/277/files#r9471991
