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]> Reviewed-on: https://gerrit.ovirt.org/60206 Continuous-Integration: Jenkins CI Reviewed-by: Sahina Bose <[email protected]> Reviewed-by: Piotr Kliczewski <[email protected]> (cherry picked from commit 57ce8b9776db4e931f8503cdf5e8d38d229f0634) --- M lib/api/vdsm-api-gluster.yml 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/79/60379/1 diff --git a/lib/api/vdsm-api-gluster.yml b/lib/api/vdsm-api-gluster.yml index 79d5d04..3bbb435 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/60379 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9aaac0814f2c0754c58d99d73adeab03e01b2e1a Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: ovirt-4.0 Gerrit-Owner: Ramesh N <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/admin/lists/[email protected]
