> + this.driveCloned = checkNotNull(driveCloned, "driveCloned"); > + this.serverStopped = checkNotNull(serverStopped, "serverStopped"); > + this.destroyDrives = destroyDrives; > + this.groupNamingConvention = checkNotNull(groupNamingConvention, > "groupNamingConvention").create(); > + } > + > + @Override > + public NodeAndInitialCredentials<ServerInfo> > createNodeWithGroupEncodedIntoName(String group, String name, > + > Template template) { > + CloudSigma2TemplateOptions options = > template.getOptions().as(CloudSigma2TemplateOptions.class); > + Image image = template.getImage(); > + Hardware hardware = template.getHardware(); > + > + DriveInfo drive = api.getLibraryDrive(image.getProviderId()); > + > + if (!drive.getMedia().equals(MediaType.CDROM)) {
Would it be useful to have a debug statement that CD ROM drives are being skipped? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/70/files#r17826012