return;
}
RestContext<NovaApi, NovaAsyncApi> nova = context.unwrap();
VolumeAttachmentApi api = nova.getApi().getVolumeAttachmentExtensionForZone(region).get();
if (api.detachVolumeFromServer(volumeId, instanceId)) {
log.info("Detachment of Volume [id]: "+volumeId+" from instance [id]: "+instanceId
+" was successful. [region] : " + region
+ " of Iaas : " + iaasInfo);
}