[node-patches] Change in ovirt-node[master]: update rhn page to report sam/rhn/satellite
mburns at redhat.com
mburns at redhat.com
Tue Feb 7 16:05:07 UTC 2012
Michael Burns has posted comments on this change.
Change subject: update rhn page to report sam/rhn/satellite
......................................................................
Patch Set 1: I would prefer that you didn't submit this
(1 inline comment)
....................................................
File scripts/rhn.py
Line 256: return False
Not sure how to re-direct output to /dev/null, but that should be done here...
samcheck_cmd = subprocess.Popen("subscription_manager identity", shell=False, stdout=PIPE, stderr=STDOUT)
samcheck = samcheck_cmd.communicate()[0]
if samcheck_cmd.returncode == 0:
return True
else:
return False
--
To view, visit http://gerrit.ovirt.org/1605
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I0b22b83131579aac5caaca279080c67f0c771306
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Joey Boggs <jboggs at redhat.com>
Gerrit-Reviewer: Michael Burns <mburns at redhat.com>
More information about the node-patches
mailing list