Sandro Bonazzola has uploaded a new change for review. Change subject: UX: remove alarming warning ......................................................................
UX: remove alarming warning After upgrading from 3.1 users was warned about a legacy config still present in conf files if the user forgot to update .conf file with the one provided by the package as .rpmnew. The tool is able to use the legacy configuration so no need to alarm the user about that. Change-Id: I9759186af11f6894c9bb45735b39bb9ddee2bf30 Bug-Url: https://bugzilla.redhat.com/1031607 Signed-off-by: Sandro Bonazzola <[email protected]> --- M src/__main__.py 1 file changed, 0 insertions(+), 9 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-iso-uploader refs/changes/59/21359/1 diff --git a/src/__main__.py b/src/__main__.py index be444c3..24b2bbb 100644 --- a/src/__main__.py +++ b/src/__main__.py @@ -264,15 +264,6 @@ 'engine', cp.get('ISOUploader', 'rhevm') ) - logging.warning( - _( - 'A deprecated configuration key has been found. ' - 'Please replace the deprecated key, \'rhevm\', ' - 'with the new one \'engine\' in {configFiles}' - ).format( - configFiles=filename - ) - ) cp.remove_option('ISOUploader', 'rhevm') # we want the items from the ISOUploader section only -- To view, visit http://gerrit.ovirt.org/21359 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9759186af11f6894c9bb45735b39bb9ddee2bf30 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-iso-uploader Gerrit-Branch: ovirt-iso-uploader-3.2 Gerrit-Owner: Sandro Bonazzola <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
