Francesco Romani has uploaded a new change for review. Change subject: schema: document the launchPaused parameter ......................................................................
schema: document the launchPaused parameter add documentation for the launchPaused param, which was missing from the API schema. Change-Id: I279e68c7e6b2cca8496a5dbec6e3895d531bce97 Signed-off-by: Francesco Romani <[email protected]> --- M vdsm_api/vdsmapi-schema.json 1 file changed, 3 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/44/24144/1 diff --git a/vdsm_api/vdsmapi-schema.json b/vdsm_api/vdsmapi-schema.json index 6d8c333..1ac45b5 100644 --- a/vdsm_api/vdsmapi-schema.json +++ b/vdsm_api/vdsmapi-schema.json @@ -2921,6 +2921,8 @@ # # @vmType: The type of VM # +# @launchPaused: #optional If present, launch the VM in pause mode. +# # Since: 4.10.0 ## {'type': 'VmParameters', @@ -2930,7 +2932,7 @@ 'nice': 'int', 'smp': 'uint', '*smpCoresPerSocket': 'uint', '*smpThreadsPerCore': 'uint', 'timeOffset': 'uint', 'transparentHugePages': 'bool', 'vmId': 'UUID', 'vmName': 'str', - 'vmType': 'VmType'}} + 'vmType': 'VmType', '*launchPaused': 'bool'}} ## # @VmInfo: -- To view, visit http://gerrit.ovirt.org/24144 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I279e68c7e6b2cca8496a5dbec6e3895d531bce97 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Francesco Romani <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
