Piotr Kliczewski has posted comments on this change. Change subject: contrib: schema converter ......................................................................
Patch Set 6: (3 comments) https://gerrit.ovirt.org/#/c/52864/6/lib/api/schemaapi.py File lib/api/schemaapi.py: Line 32: """ Line 33: Find the API schema file whether we are running from within the source Line 34: dir or from an installed location Line 35: """ Line 36: # Don't depend on module VDSM if not looking for schema Remove comment Line 37: from vdsm import constants Line 38: Line 39: localpath = os.path.dirname(__file__) Line 40: installedpath = constants.P_VDSM_RPC https://gerrit.ovirt.org/#/c/52864/6/lib/api/vdsm-api.yaml File lib/api/vdsm-api.yaml: Line 1: ConnectionRefs.acquire: This file requires manual cleanup Line 2: added: '3.1' Line 3: description: Acquire one or more new storage connection references. Line 4: params: Line 5: - description: Connection parameters https://gerrit.ovirt.org/#/c/52864/6/lib/api/vdsmapi.py File lib/api/vdsmapi.py: Line 144: gluster Temporary fix due to lack of conversion of gluster schema. -- To view, visit https://gerrit.ovirt.org/52864 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I3921cebb7f550f63849f3bc5c80636b6e9495c92 Gerrit-PatchSet: 6 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: Adam Litke <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Edward Haas <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Martin Polednik <[email protected]> Gerrit-Reviewer: Milan Zamazal <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Oved Ourfali <[email protected]> Gerrit-Reviewer: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
