Dan Kenigsberg has submitted this change and it was merged. Change subject: schema: add explanation string for the ballonInfo field ......................................................................
schema: add explanation string for the ballonInfo field Recently http://gerrit.ovirt.org/#/c/3669/ is merged. It adds a new member named balloonInfo to the type RunningVmStats, but forgets to add the corresponding information string in the comments. This will cause process-schema.py raise a KeyError when looking for info_data of balloonInfo and fail to generate the html documentation. This patch adds the corresponding information string. Change-Id: I3db7251a0451c48143d1fcd8ad8d8ade242ac372 Signed-off-by: Zhou Zheng Sheng <[email protected]> --- M vdsm_api/vdsmapi-schema.json 1 file changed, 2 insertions(+), 0 deletions(-) Approvals: ShaoHe Feng: Looks good to me, but someone else must approve Mark Wu: Looks good to me, but someone else must approve Dan Kenigsberg: Looks good to me, approved Zhou Zheng Sheng: Verified -- To view, visit http://gerrit.ovirt.org/8599 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3db7251a0451c48143d1fcd8ad8d8ade242ac372 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Zhou Zheng Sheng <[email protected]> Gerrit-Reviewer: Adam Litke <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Mark Wu <[email protected]> Gerrit-Reviewer: ShaoHe Feng <[email protected]> Gerrit-Reviewer: Zhou Zheng Sheng <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
