Francesco Romani has submitted this change and it was merged. Change subject: vdsm: drop the warnings module configuration ......................................................................
vdsm: drop the warnings module configuration We used to configure the warnings module, because we used this module to report the inconsistencies between the actual request/responses and the schema. We don't do this anymore, so we don't need anymore to configure the warnings module in our application code. We will still use the warnings module to warn the clients of deprecated APIs. Application using the Vdsm libraries may will be in charge of configuring the warnings filter if they want to show warnings. Change-Id: I791882a2dd8ba2dda9135b087bca33610db8a20d Related-To: https://bugzilla.redhat.com/1364149 Bug-Url: https://bugzilla.redhat.com/1369822 Backport-To: 4.0 Signed-off-by: Francesco Romani <[email protected]> Reviewed-on: https://gerrit.ovirt.org/62212 Continuous-Integration: Jenkins CI Reviewed-by: Piotr Kliczewski <[email protected]> Reviewed-by: Irit Goihman <[email protected]> Reviewed-by: Nir Soffer <[email protected]> Reviewed-on: https://gerrit.ovirt.org/64517 --- M lib/vdsm/config.py.in M tests/testrunner.py M vdsm/vdsm 3 files changed, 0 insertions(+), 18 deletions(-) Approvals: Nir Soffer: Looks good to me, but someone else must approve Jenkins CI: Passed CI tests Francesco Romani: Verified; Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/64517 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I791882a2dd8ba2dda9135b087bca33610db8a20d Gerrit-PatchSet: 4 Gerrit-Project: vdsm Gerrit-Branch: ovirt-4.0 Gerrit-Owner: Francesco Romani <[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: gerrit-hooks <[email protected]> _______________________________________________ vdsm-patches mailing list -- [email protected] To unsubscribe send an email to [email protected]
