[node-patches] Change in ovirt-node[master]: Register to RHSM as a hypervisor so it knows

rbarry at redhat.com rbarry at redhat.com
Thu Nov 5 14:45:58 UTC 2015


Ryan Barry 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 <rbarry at redhat.com>
---
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/50/48150/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/48150
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib2e5b6fd4981f449f8732b82413cbc60377bc1ab
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Ryan Barry <rbarry at redhat.com>



More information about the node-patches mailing list