Fabian Deutsch has uploaded a new change for review. Change subject: rhn: add try/except around sam check ......................................................................
rhn: add try/except around sam check rhbz#913579 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=913579 Change-Id: Ic2ed5c498cacebe7ea861cea10332ad1c485e3c5 Signed-off-by: Fabian Deutsch <[email protected]> --- M src/ovirt/node/setup/rhn/rhn_page.py 1 file changed, 0 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/21/30421/1 diff --git a/src/ovirt/node/setup/rhn/rhn_page.py b/src/ovirt/node/setup/rhn/rhn_page.py index f3c920d..787c8f7 100644 --- a/src/ovirt/node/setup/rhn/rhn_page.py +++ b/src/ovirt/node/setup/rhn/rhn_page.py @@ -28,7 +28,6 @@ import sys sys.path.append("/usr/share/rhn/up2date_client") - RHN_CONFIG_FILE = "/etc/sysconfig/rhn/up2date" RHSM_CONFIG_FILE = "/etc/rhsm/rhsm.conf" RHN_XMLRPC_ADDR = "https://xmlrpc.rhn.redhat.com/XMLRPC" -- To view, visit http://gerrit.ovirt.org/30421 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic2ed5c498cacebe7ea861cea10332ad1c485e3c5 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Joey Boggs <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
