> int countStarted = 0; > int tries = 0; > Set<RunningInstance> started = ImmutableSet.<RunningInstance> of(); > > + int maxCount = > EC2TemplateOptions.class.cast(template.getOptions()).getMaxCount(); > + int provCount;
Okiedokie. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/277/files#r9472320
