Description of problem:When running any rake task on an appliance we see a warning message before the rake task runs. Version-Release number of selected component (if applicable):5.7.1.2 How reproducible:100% Steps to Reproduce: 1.provision appliance 2.ssh to appliance 3.run vmdb 4.run any rake task such as 'rake about' Actual results:/var/www/miq/vmdb/app/models/mixins/supports_feature_mixin.rb:103: warning: key :terminate is duplicated and overwritten on line 111 Expected results:No warning messages Additional info:
Note, this doesn't affect upstream manageiq because it was caused by the order in which the upstream PR was backported to euwe.
https://github.com/ManageIQ/manageiq/pull/13987
New commit detected on ManageIQ/manageiq/euwe: https://github.com/ManageIQ/manageiq/commit/3cc64a71a8ae38aa5051fd1bd76f505d2ffe7bb1 commit 3cc64a71a8ae38aa5051fd1bd76f505d2ffe7bb1 Author: Joe Rafaniello <jrafanie> AuthorDate: Mon Feb 20 13:29:42 2017 -0500 Commit: Joe Rafaniello <jrafanie> CommitDate: Mon Feb 20 13:33:46 2017 -0500 Hash key 'terminate' was duplicated due to backport PR order https://bugzilla.redhat.com/show_bug.cgi?id=1423470 b6913002e51033 for PR #11418 was backported before 084ecea58bfb4f for PR #11018, causing some git context to bring over the :terminate key twice. app/models/mixins/supports_feature_mixin.rb | 1 - 1 file changed, 1 deletion(-)
Verified in 5.7.2.0
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2017:0898