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: I2c2d666b57721ec5f3fbb7dc70319a5745521908 Bug-Url: https://bugzilla.redhat.com/1031605 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-image-uploader refs/changes/61/21361/1 diff --git a/src/__main__.py b/src/__main__.py index ce6d5ee..3d37d1d 100644 --- a/src/__main__.py +++ b/src/__main__.py @@ -226,15 +226,6 @@ 'engine', cp.get('ImageUploader', '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('ImageUploader', 'rhevm') # we want the items from the ImageUploader section only -- To view, visit http://gerrit.ovirt.org/21361 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2c2d666b57721ec5f3fbb7dc70319a5745521908 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-image-uploader Gerrit-Branch: ovirt-image-uploader-3.2 Gerrit-Owner: Sandro Bonazzola <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
