Francesco Romani has uploaded a new change for review. Change subject: schema: mark cpuShares optional ......................................................................
schema: mark cpuShares optional 'cpuShares' is declared as optional, so it should be prefixed with an asterisk. Change-Id: I1d8c7302c966c08090b5d65dfb532a992ece0cd6 Signed-off-by: Francesco Romani <[email protected]> --- M vdsm_api/vdsmapi-schema.json 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/71/27671/1 diff --git a/vdsm_api/vdsmapi-schema.json b/vdsm_api/vdsmapi-schema.json index d134174..3cd5664 100644 --- a/vdsm_api/vdsmapi-schema.json +++ b/vdsm_api/vdsmapi-schema.json @@ -3175,7 +3175,7 @@ # Since: 4.10.0 ## {'type': 'VmDefinition', - 'data': {'acpiEnable': 'bool', 'clientIp': 'str', 'cpuShares': 'str', + 'data': {'acpiEnable': 'bool', 'clientIp': 'str', '*cpuShares': 'str', '*cpuType': 'str', '*custom': 'StringMap', '*devices': ['VmDevice'], 'display': 'VmDisplayType', 'displayIp': 'str', 'displayPort': 'int', 'displaySecurePort': 'int', -- To view, visit http://gerrit.ovirt.org/27671 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1d8c7302c966c08090b5d65dfb532a992ece0cd6 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
