Change in vdsm[master]: schema: Fix up VmDefinition Types

agl at us.ibm.com agl at us.ibm.com
Mon Aug 27 22:04:44 UTC 2012


Adam Litke has uploaded a new change for review.

Change subject: schema: Fix up VmDefinition Types
......................................................................

schema: Fix up VmDefinition Types

Change-Id: Ic8d56ccdcc822c99c9834861d970e7dfca044726
Signed-off-by: Adam Litke <agl at us.ibm.com>
---
M vdsm_api/vdsmapi-schema.json
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/15/7515/1

diff --git a/vdsm_api/vdsmapi-schema.json b/vdsm_api/vdsmapi-schema.json
index 7bc88d4..1fc7585 100644
--- a/vdsm_api/vdsmapi-schema.json
+++ b/vdsm_api/vdsmapi-schema.json
@@ -2351,7 +2351,9 @@
 #
 # Since: 4.10.0
 ##
-{'alias': 'VmDefinition', 'data': 'VmFullStatus'}
+#{'alias': 'VmDefinition', 'data': 'VmFullStatus'}
+
+{'union': 'VmDefinition', 'data': [ 'VmFullStatus', 'VmShortStatus']}
 
 ##
 # @Host.getVMList:


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic8d56ccdcc822c99c9834861d970e7dfca044726
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Adam Litke <agl at us.ibm.com>


More information about the vdsm-patches mailing list