Ryan Barry has uploaded a new change for review. Change subject: Don't reference SAM in logs when registering ......................................................................
Don't reference SAM in logs when registering Replace the last user-visible instance of SAM with RHSM Change-Id: Ia247a0508619368555f043b086139b35b0ed58ee Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1290297 Signed-off-by: Ryan Barry <[email protected]> (cherry picked from commit 1bdf7056f1abdd79e4550ba87b6ae3eb3ffa209b) --- M src/ovirt/node/setup/rhn/rhn_model.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/15/55815/1 diff --git a/src/ovirt/node/setup/rhn/rhn_model.py b/src/ovirt/node/setup/rhn/rhn_model.py index 598d9eb..797c2b9 100755 --- a/src/ovirt/node/setup/rhn/rhn_model.py +++ b/src/ovirt/node/setup/rhn/rhn_model.py @@ -484,7 +484,7 @@ cfg["url"])) else: self.logger.info("System %s successfully " - "registered to SAM" % + "registered to RHSM" % cfg["profile"]) # This isn't strictly necessary -- To view, visit https://gerrit.ovirt.org/55815 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia247a0508619368555f043b086139b35b0ed58ee Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: ovirt-3.6 Gerrit-Owner: Ryan Barry <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
