Bug 871497
| Summary: | Typo in CDS list screen output | ||
|---|---|---|---|
| Product: | Red Hat Update Infrastructure for Cloud Providers | Reporter: | mkovacik |
| Component: | RHUA | Assignee: | James Slagle <jslagle> |
| Status: | CLOSED ERRATA | QA Contact: | mkovacik |
| Severity: | unspecified | Docs Contact: | |
| Priority: | high | ||
| Version: | 2.1 | CC: | juwu, sclewis, tsanders, vkuznets, whayutin |
| Target Milestone: | --- | ||
| Target Release: | 2.1.1 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
There was a typo in rhui-manager. This fix corrects the typo in cds.py.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-02-27 16:59:56 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
commit 1d0541dc6bd3c46038bdf28b1cece19692b610c1 # rpm -q rh-rhui-tools
rh-rhui-tools-2.1.15-1.el6_3.noarch
rhui (home) => c
ESC[HESC[J
------------------------------------------------------------------------------
-= Red Hat Update Infrastructure Management Tool =-
-= Content Delivery Server (CDS) Management =-
l list all CDS clusters and instances managed by the RHUI
i display detailed information on a CDS cluster
a register (add) a new CDS instance
m move CDS(s) to a different cluster
d unregister (delete) a CDS instance from the RHUI
s associate a repository with a CDS cluster
u unassociate a repository from a CDS cluster
Connected: rhua.example.com
------------------------------------------------------------------------------
rhui (cds) => l
-= RHUI Content Delivery Server Clusters =-
Cluster1
--------
Content Delivery Servers
-----------------------
cds1.example.com
------------------------------------------------------------------------------
rhui (cds) =>
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2013-0571.html |
Description of problem: there's a `y' letter missing in a sub-header of the CDS list screen: -= RHUI Content Delivery Server Clusters =- cluster_b --------- Content Deliver Servers ----------------------- cds1.example.com How reproducible: Always Steps to Reproduce: 1. add a cds into a cluster 2. list the cdses Actual results: Content Deliver Servers Expected results: Content Delivery Servers