Bug 833022
| Summary: | CLI: product list shows empty list | ||
|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Hayk Hovsepyan <hhovsepy> |
| Component: | Hammer | Assignee: | Lukas Zapletal <lzap> |
| Status: | CLOSED ERRATA | QA Contact: | Katello QA List <katello-qa-list> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.0.0 | CC: | cpelland, dmacpher, gkhachik, lzap, mmccune |
| Target Milestone: | Unspecified | Keywords: | Regression |
| Target Release: | Unused | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
A code regression caused a class instance typo, which stopped the System Engine CLI from listing products. This fix corrects the typo. System Engine CLI now lists products correctly.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-07-10 07:25:42 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 827494, 829759 | ||
|
Description
Hayk Hovsepyan
2012-06-18 12:04:53 UTC
it's a regression happened on 1.0.z puddle-only. I have introduced this when fixing two other mistakes cherry-picked in. Will fix. CFSE repo only. @Hayk - could you confirm me if this change fixes the issue: File: /usr/lib/python2.6/site-packages/katello/client/core/product.py Line: 175 (+-) - self.printer.printItem(prods) + self.printer.printItems(prods) Thanks! commit ef1df07f49497db9dc9adc6c5eac6e8586a3764f Refs: SYSTEM-ENGINE-1.0.1, <origin/SYSTEM-ENGINE-1.0.1>, katello-0.1.317-1-1-gef1df07 Author: Lukas Zapletal <lzap+git> AuthorDate: Mon Jun 18 16:46:02 2012 +0200 Commit: Lukas Zapletal <lzap+git> CommitDate: Mon Jun 18 16:46:02 2012 +0200
Technical note added. If any revisions are required, please edit the "Technical Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services team.
New Contents:
A typo in a class instance stopped the System Engine CLI from listing products. This fix corrects the typo. System Engine CLI now lists products correctly.
Technical note updated. If any revisions are required, please edit the "Technical Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services team.
Diffed Contents:
@@ -1 +1 @@
-A typo in a class instance stopped the System Engine CLI from listing products. This fix corrects the typo. System Engine CLI now lists products correctly.+A code regression caused a class instance typo, which stopped the System Engine CLI from listing products. This fix corrects the typo. System Engine CLI now lists products correctly.
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-2012-1062.html |