Bug 1072438
| Summary: | Branding is still ovirt for rhevm-cli instead of rhevm | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Ilanit Stein <istein> | 
| Component: | ovirt-engine-cli | Assignee: | Juan Hernández <juan.hernandez> | 
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ilia Meerovich <iliam> | 
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.3.0 | CC: | aberezin, acathrow, bsanford, eedri, gklein, iheim, iliam, obasan, oramraz, Rhev-m-bugs, yeylon | 
| Target Milestone: | --- | Keywords: | AutomationBlocker, TestBlocker | 
| Target Release: | 3.4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | infra | ||
| Fixed In Version: | rhevm-cli-3.4.0.6-2.el6ev | Doc Type: | Bug Fix | 
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | 
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Infra | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1078909, 1142926 | ||
| 
 
        
          Description
        
        
          Ilanit Stein
        
        
        
        
        
          2014-03-04 15:11:05 UTC
        
       
      
      
      
    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  |