cloudstack/api/src/com/cloud/template
prachi b2b01bfcd2 Bug 8830 - Return parent template ID from templates created off of a snapshot
Changes:
- Added a new column `source_template_id` to vm_template table to carry the parent/source template ID from which the tempalte was created
- Added the column in db upgrade 224 to 225
- Changed code to save the source_template_id if there is one associated to the volume/ volume from which the snapshot was taken
- API response returns the sourcetemplateid field, if set, in all template usecases.
2011-04-29 15:40:59 -07:00
..
BasedOn.java Add license header to files 2011-04-14 11:23:14 -07:00
TemplateService.java Code cleanup. No need to declare runtime exceptions (CloudRuntimeException, InvalidParameterException, PermissionDenied exceptions) 2011-04-21 16:26:53 -07:00
VirtualMachineTemplate.java Bug 8830 - Return parent template ID from templates created off of a snapshot 2011-04-29 15:40:59 -07:00