Description of problem:
When you try to register the ovirt node to Manager via "oVirt Engine" option in TUI
the manager does not receive the information to let the node for approval.
Version-Release number of selected component (if applicable):
oVirt Manager 3.5.1
ovirt-node-iso-3.5-0.999.201502091150.el7.centos.iso
Link: http://jenkins.ovirt.org/job/ovirt-node_master_create-iso-el7_merged/
How reproducible:
Steps to Reproduce:
1. Install node with ovirt-node-iso-3.5-0.999.201502091150.el7.centos.iso
2. Configure network/dns/hostname/ssh
3. Configure node with "oVirt Engine tab" with credentials of manager.
Actual results:
Node don't appears in Host tab (manager) to approval
Expected results:
Node X Pending Approval in Host tab (manager)
Additional info:
Trying to understand what is happening, it was identified that the service "vdsm-reg" is stopped.
Directly executing the binary vdsm-reg-setup (/usr/share/vdsm-reg/vdsm-reg-setup), the problem was apparently solved, showing the node for approval and everything worked.