Description of problem: From imeerovi inquiry: rhevm-cli was installed: pls look for "10:13:43 rhevm-cli noarch 3.4.0.6-1.el6ev rhevm 205 k" in http://jenkins.qa.lab.tlv.redhat.com:8080/view/Compute/view/3.4-git/view/Virt/job/3.4-git-compute-virt-reg_vms-cli-nfs/20/consoleFull and also branding package: pls look for "10:13:43 rhevm-branding-rhev noarch 3.4.0-0.0.master.20140203200254.el6_5" Version-Release number of selected component (if applicable): av2
Tier 0 bug, raising severity
additional info: rhevm-shell prompt remains [oVirt shell (....)]# and not [RHEVM shell (...)]#
Even in the setup, you'll see: http://rhevm.spice.ml2.eng.bos.redhat.com:80/ovirt-engine https://rhevm.spice.ml2.eng.bos.redhat.com:443/ovirt-engine Full pastebin of the setup is here: http://pastebin.test.redhat.com/195124
Bill, the /ovirt-engine prefix of the URL isn't related to the CLI, but to the engine. It was changed on purpose, see bug 961677. As far as I understand there isn't any plan to apply branding to that.
This will be fixed adding the applying the following during the downstream build: From 1e89ca56bddaf536b6c0f41559514b25adccfb5a Mon Sep 17 00:00:00 2001 From: Juan Hernandez <juan.hernandez> Date: Tue, 4 Mar 2014 16:30:45 +0100 Subject: [PATCH] Branding This patch changes the product name from oVirt to RHEV. Change-Id: Ie6b119126ef4875172258b7bbe397f193084000e Signed-off-by: Juan Hernandez <juan.hernandez> --- src/ovirtcli/infrastructure/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ovirtcli/infrastructure/settings.py b/src/ovirtcli/infrastructure/settings.py index 4bbc7d9..5d51e87 100644 --- a/src/ovirtcli/infrastructure/settings.py +++ b/src/ovirtcli/infrastructure/settings.py @@ -20,7 +20,7 @@ from cli.settings import Settings, enum, boolean class OvirtCliSettings(Settings): - PRODUCT = 'oVirt' + PRODUCT = 'RHEVM' INTRO = \ """Welcome to %s shell""" % PRODUCT -- 1.8.5.3
verified with av3
Closing as part of 3.4.0