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: I6ad7695a30f133fd1171c8dae8977ef92ea65be7
Bug-Url: https://bugzilla.redhat.com/1031092
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/09/21309/1

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


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6ad7695a30f133fd1171c8dae8977ef92ea65be7
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-iso-uploader
Gerrit-Branch: master
Gerrit-Owner: Sandro Bonazzola <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to