Nir Soffer has submitted this change and it was merged. Change subject: schema: externalize api_strict_mode ......................................................................
schema: externalize api_strict_mode This patch prepares the code to generate api doc based on yml schema. During the build process we want run html generation before config module is created from the template. In order to mitigate missing module failure we want to pass strict mode setting in ctor instead of getting it from configuration. Change-Id: I93dad74177d1991c322988b6bf9f0887701ee47a Signed-off-by: pkliczewski <[email protected]> Reviewed-on: https://gerrit.ovirt.org/56386 Continuous-Integration: Jenkins CI Reviewed-by: Francesco Romani <[email protected]> Reviewed-by: Adam Litke <[email protected]> --- M lib/api/vdsmapi.py M lib/vdsm/jsonrpcvdscli.py M lib/vdsm/rpc/Bridge.py M tests/schemaValidationTest.py M tests/vdsmapi_test.py M tests/vmApiTests.py 6 files changed, 21 insertions(+), 28 deletions(-) Approvals: Piotr Kliczewski: Verified Adam Litke: Looks good to me, approved Jenkins CI: Passed CI tests Francesco Romani: Looks good to me, but someone else must approve -- To view, visit https://gerrit.ovirt.org/56386 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I93dad74177d1991c322988b6bf9f0887701ee47a Gerrit-PatchSet: 23 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: Adam Litke <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/admin/lists/[email protected]
