Ryan Barry has uploaded a new change for review. Change subject: Change RHN to RHNSM in the RHN Page ......................................................................
Change RHN to RHNSM in the RHN Page master will never be going to EL6. Only RHNSM is used. Change the TUI to reflect that. Change-Id: I0635e8eb8b58d235d3fefed5d2f56a6dd3171dfb Signed-off-by: Ryan Barry <[email protected]> --- M src/ovirt/node/setup/rhn/rhn_page.py 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/90/46990/1 diff --git a/src/ovirt/node/setup/rhn/rhn_page.py b/src/ovirt/node/setup/rhn/rhn_page.py index 355cf81..c40e45f 100755 --- a/src/ovirt/node/setup/rhn/rhn_page.py +++ b/src/ovirt/node/setup/rhn/rhn_page.py @@ -39,7 +39,7 @@ return True def name(self): - return "RHN Registration" + return "RHNSM Registration" def rank(self): return 310 @@ -101,7 +101,7 @@ else: if not cfg["rhntype"]: - rhn_msg = ("RHN Registration is required only if you wish " + + rhn_msg = ("RHNSM Registration is required only if you wish " + "to use Red Hat Enterprise Linux with virtual " + "guests subscriptions for your guests.") else: @@ -110,7 +110,7 @@ rhntype = rhntype.title() else: rhntype = rhntype.upper() - rhn_msg = "RHN Registration\n\nRegistration Status: %s" \ + rhn_msg = "RHNSM Registration\n\nRegistration Status: %s" \ % rhntype ws = [ui.Header("header[0]", rhn_msg), -- To view, visit https://gerrit.ovirt.org/46990 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0635e8eb8b58d235d3fefed5d2f56a6dd3171dfb Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Ryan Barry <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
