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: I18e6b0573164aa8f3c96308859018591289cd7d2
Bug-Url: https://bugzilla.redhat.com/1031094
Signed-off-by: Sandro Bonazzola <sbona...@redhat.com>
---
M src/__main__.py
1 file changed, 0 insertions(+), 9 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-image-uploader 
refs/changes/10/21310/1

diff --git a/src/__main__.py b/src/__main__.py
index 60e4b33..a2d82be 100644
--- a/src/__main__.py
+++ b/src/__main__.py
@@ -255,15 +255,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=', '.join(configs)
-                    )
-                )
             cp.remove_option('ImageUploader', 'rhevm')
 
         # we want the items from the ImageUploader section only


-- 
To view, visit http://gerrit.ovirt.org/21310
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I18e6b0573164aa8f3c96308859018591289cd7d2
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-image-uploader
Gerrit-Branch: master
Gerrit-Owner: Sandro Bonazzola <sbona...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to