Bug 670900
| Summary: | running repo list on rhel5 with exception raises attribute error | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Pradeep Kilambi <pkilambi> |
| Component: | user-experience | Assignee: | Jeff Ortel <jortel> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | unspecified | CC: | skarmark, tsanders |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | Sprint 20 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-08-16 12:09:32 UTC | Type: | --- |
| 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: | 647488 | ||
Fixed: e21de88fd9111f3ffc8fc75f7500563086401c35 Fixed in 0.134. [root@unused etc]# rpm -q pulp pulp-0.0.134-1 [root@unused etc]# [root@unused etc]# [root@unused etc]# pulp-admin -u admin -p admin repo list No repositories available to list [root@unused etc]# pulp-admin repo list No repositories available to list [root@unused etc]# Closing with Community Release 15 pulp-0.0.223-4. Closing with Community Release 15 pulp-0.0.223-4. |
# pulp-admin repo list Traceback (most recent call last): File "/usr/bin/pulp-admin", line 147, in ? admin.main() File "/usr/lib/python2.4/site-packages/pulp/client/cli/base.py", line 98, in main command.main(args[1:]) File "/usr/lib/python2.4/site-packages/pulp/client/core/base.py", line 118, in main action.main(args[1:]) File "/usr/lib/python2.4/site-packages/pulp/client/core/base.py", line 228, in main self.setup_connections() File "/usr/lib/python2.4/site-packages/pulp/client/core/repo.py", line 51, in setup_connections system_exit(-1, ce.message) AttributeError: CredentialError instance has no attribute 'message'