Skip to content

Commit

Permalink
Merge pull request xapi-project#2646 from robhoes/undeprecate
Browse files Browse the repository at this point in the history
Undeprecate VM.create
  • Loading branch information
Jon Ludlam committed Apr 27, 2016
2 parents b2d9cbd + e13042f commit 20ea998
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ocaml/idl/datamodel.ml
Expand Up @@ -7238,12 +7238,6 @@ let vm =
~lifecycle:[
Published, rel_rio, "";
]
~msg_lifecycles:[
("create", [
Published, rel_rio, "";
Deprecated, rel_dundee, "Use VM.clone, copy or import instead: see description for details.";
]);
]
~messages_default_allowed_roles:_R_VM_ADMIN
~messages:[ vm_snapshot; vm_snapshot_with_quiesce; vm_clone; vm_copy; vm_revert; vm_checkpoint;
vm_provision; vm_start; vm_start_on; vm_pause; vm_unpause; vm_cleanShutdown;vm_shutdown;
Expand Down

0 comments on commit 20ea998

Please sign in to comment.