try {
String imageURL =
this.imageLocator.getImageLocation(this.getRepoUser(), this.getDiskImage()) + "/" + this.getDiskImage();
imageURI = new URI(imageURL);
} catch (Exception e) {
throw new CreationException(e.getMessage(), e);
}
for (int i = 0; i < numInstances; i++) {
AsyncCreateRequest req =
this.getBackfillRequest(1, "BACKFILL-" + (i+1), imageURI);