Change in vdsm[master]: fix two parameters of VmParameters in vdsmapi schema

shaohef at linux.vnet.ibm.com shaohef at linux.vnet.ibm.com
Thu Nov 8 03:01:25 UTC 2012


ShaoHe Feng has uploaded a new change for review.

Change subject: fix two parameters of VmParameters in vdsmapi schema
......................................................................

fix two parameters of VmParameters in vdsmapi schema

from the comments of VmParameters, the two parameters are #optional

Change-Id: Id9bce789c1d33357e079ff47300a99a59025834e
Signed-off-by: ShaoHe Feng <shaohef at linux.vnet.ibm.com>
---
M vdsm_api/vdsmapi-schema.json
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/12/9112/1

diff --git a/vdsm_api/vdsmapi-schema.json b/vdsm_api/vdsmapi-schema.json
index d210c7d..6fa45de 100644
--- a/vdsm_api/vdsmapi-schema.json
+++ b/vdsm_api/vdsmapi-schema.json
@@ -2382,8 +2382,8 @@
  'data': {'acpiEnable': 'bool',
           '*custom': 'StringMap', '*devices': ['VmDevice'],
           'display': 'VmDisplayType', 'kvmEnable': 'bool', 'memSize': 'uint',
-          'nice': 'int', 'smp': 'uint', 'smpCoresPerSocket': 'uint',
-          'smpThreadsPerCore': 'uint', 'timeOffset': 'uint',
+          'nice': 'int', 'smp': 'uint', '*smpCoresPerSocket': 'uint',
+          '*smpThreadsPerCore': 'uint', 'timeOffset': 'uint',
           'transparentHugePages': 'bool', 'vmId': 'UUID', 'vmName': 'str',
           'vmType': 'VmType'}}
 


--
To view, visit http://gerrit.ovirt.org/9112
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id9bce789c1d33357e079ff47300a99a59025834e
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: ShaoHe Feng <shaohef at linux.vnet.ibm.com>


More information about the vdsm-patches mailing list