Description of problem:
a rebase patch has to be added to remove the ACTION_UPGRADE parameter from upstream code
currently rhev 3.4 setup fails on
2014-01-29 11:37:04 DEBUG otopi.context context._executeMethod:152 method exception
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/otopi/context.py", line 142, in _executeMethod
method['method']()
File "/usr/share/ovirt-engine/setup/bin/../plugins/ovirt-engine-setup/distro-rhel/showupgradekb.py", line 55, in _init
] == osetupcons.Const.ACTION_UPGRADE and
AttributeError: type object 'Const' has no attribute 'ACTION_UPGRADE'
2014-01-29 11:37:04 ERROR otopi.context context._executeMethod:161 Failed to execute stage 'Initializing': type object 'Const' has no attribute 'ACTION_UPGRADE'
commit 01c2b0578a9633328ca72dd53dd4f3fd9cb2a055
Author: Alon Bar-Lev <alonbl>
Date: Wed Jan 29 13:59:50 2014 +0200
distro-rhel: remove showupgradekb
it relays on obsolete LEGACY upgrade and obsolete ACTION.
if required we add it properly somehow.
not sure we need to warn user any more.
Change-Id: Idd685d1c954311b1acf7ca48803b6c78acf3a60c
Signed-off-by: Alon Bar-Lev <alonbl>
(In reply to Jiri Belka from comment #4)
> What has to be verified here? Thank you.
nothing. this bug was opened for something that should not have been tested.
if engine-setup works for you all ok.
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.
http://rhn.redhat.com/errata/RHBA-2014-0653.html
Description of problem: a rebase patch has to be added to remove the ACTION_UPGRADE parameter from upstream code currently rhev 3.4 setup fails on 2014-01-29 11:37:04 DEBUG otopi.context context._executeMethod:152 method exception Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/otopi/context.py", line 142, in _executeMethod method['method']() File "/usr/share/ovirt-engine/setup/bin/../plugins/ovirt-engine-setup/distro-rhel/showupgradekb.py", line 55, in _init ] == osetupcons.Const.ACTION_UPGRADE and AttributeError: type object 'Const' has no attribute 'ACTION_UPGRADE' 2014-01-29 11:37:04 ERROR otopi.context context._executeMethod:161 Failed to execute stage 'Initializing': type object 'Const' has no attribute 'ACTION_UPGRADE'