Change in vdsm[master]: schema: make the member name of TaskDetails entity same in c...

shaohef at linux.vnet.ibm.com shaohef at linux.vnet.ibm.com
Mon Sep 24 16:00:18 UTC 2012


ShaoHe Feng has uploaded a new change for review.

Change subject: schema: make the member name of TaskDetails entity same in comment and definition
......................................................................

schema: make the member name of TaskDetails entity same in comment and definition

one member name of TaskDetails entity is "result" in comment, but it
is "taskResult" in definition.

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


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/71/8171/1

diff --git a/vdsm_api/vdsmapi-schema.json b/vdsm_api/vdsmapi-schema.json
index c0440d2..a420a6b 100644
--- a/vdsm_api/vdsmapi-schema.json
+++ b/vdsm_api/vdsmapi-schema.json
@@ -465,7 +465,7 @@
 #
 # @message:  Detailed error message from the underlying task verb
 #
-# @result:   Final task result (@TaskResult)
+# @taskResult:   Final task result (@TaskResult)
 #
 # @tag:     The tag assigned to the task
 #


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I001a187f7fab2b77f79f18e2ad119fd1e6614753
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