Hide Forgot
Description of problem: The configuration screen for ovirt-engine still says RHEV-M and not something either upstream or generic. Version-Release number of selected component (if applicable): git commit 28b5f4ae5669ba34ab0bcaf60eaafafbb6aadbb1 How reproducible: Always Steps to Reproduce: 1. Install ovirt-node image 2. login as admin 3. Actual results: TUI says RHEV-M Configuration Expected results: Either: Management Server or oVirt Engine Additional info: file controlling this is vdsm-reg/rhevm.py This file should probably be renamed to engine.py or something similar.
Hi Mike, Thanks for this detailed BZ. I have made the changes (replace string) and are available at: http://gerrit.ovirt.org/#change,871 to people review. I do believe we should move rhevm.py to engine.py too, but for now the above patch should work. Cheers Douglas
The second patch, to rename the rhevm.py to engine.py http://gerrit.ovirt.org/#change,899 Thanks Douglas