Fabian Deutsch has uploaded a new change for review. Change subject: Register to RHSM as a hypervisor so it knows ......................................................................
Register to RHSM as a hypervisor so it knows Even though RHSM should be detecting the type based on the product cert, we can tell it that we're a hypervisor just in case. Change-Id: Ib2e5b6fd4981f449f8732b82413cbc60377bc1ab Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1278358 Signed-off-by: Ryan Barry <[email protected]> --- M src/ovirt/node/setup/rhn/rhn_model.py 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/26/49026/1 diff --git a/src/ovirt/node/setup/rhn/rhn_model.py b/src/ovirt/node/setup/rhn/rhn_model.py index 048fe3e..7f478b4 100755 --- a/src/ovirt/node/setup/rhn/rhn_model.py +++ b/src/ovirt/node/setup/rhn/rhn_model.py @@ -422,7 +422,8 @@ "--name": cfg["profile"], "--proxy": cfg["proxy"], "--proxyuser": cfg["proxyuser"], - "--proxypassword": proxypass + "--proxypassword": proxypass, + "--type": "hypervisor" } Vars.argbuilder = ArgBuilder(initial_args, mapping) -- To view, visit https://gerrit.ovirt.org/49026 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib2e5b6fd4981f449f8732b82413cbc60377bc1ab Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: ovirt-3.6 Gerrit-Owner: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
