Previously we used a new API call VM.create_template to make a template from a checkpoint or snapshot. It's simpler to just allow VM.copy and VM.clone to do the right thing(TM).
9 files changed, 51 insertions(+), 47 deletions(-) ocaml/client_records/record_util.ml | 1 - ocaml/client_records/records.ml | 8 ++++---- ocaml/idl/datamodel.ml | 32 +++++++++++++++++--------------- ocaml/xapi/cli_frontend.ml | 13 +++++++++++-- ocaml/xapi/cli_operations.ml | 13 ++++++++----- ocaml/xapi/message_forwarding.ml | 5 ----- ocaml/xapi/xapi_vm.ml | 16 ++++++++-------- ocaml/xapi/xapi_vm.mli | 2 -- ocaml/xapi/xapi_vm_lifecycle.ml | 8 +++----- _______________________________________________ xen-api mailing list [email protected] http://lists.xensource.com/mailman/listinfo/xen-api
