Ramesh N has uploaded a new change for review.

Change subject: api: fixing default value for GlusterHost.createBrick
......................................................................

api: fixing default value for GlusterHost.createBrick

Change default value for raidParamas to an empty dict in
string format.

Change-Id: I9aaac0814f2c0754c58d99d73adeab03e01b2e1a
Bug-Url: https://bugzilla.redhat.com/1352656
Signed-off-by: Ramesh Nachimuthu <[email protected]>
---
M lib/api/vdsm-api-gluster.yml
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/06/60206/1

diff --git a/lib/api/vdsm-api-gluster.yml b/lib/api/vdsm-api-gluster.yml
index 79d5d04..9b23cab 100644
--- a/lib/api/vdsm-api-gluster.yml
+++ b/lib/api/vdsm-api-gluster.yml
@@ -1051,7 +1051,7 @@
         name: fsType
         type: string
 
-    -   defaultvalue: {}
+    -   defaultvalue:'{}'
         description: dictonary contains raid details of a raid device
         name: raidParams
         type: *RaidDevice


-- 
To view, visit https://gerrit.ovirt.org/60206
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9aaac0814f2c0754c58d99d73adeab03e01b2e1a
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Ramesh N <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/admin/lists/[email protected]

Reply via email to