Bug 670900 - running repo list on rhel5 with exception raises attribute error
Summary: running repo list on rhel5 with exception raises attribute error
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Pulp
Classification: Retired
Component: user-experience
Version: unspecified
Hardware: Unspecified
OS: Unspecified
low
medium
Target Milestone: ---
: Sprint 20
Assignee: Jeff Ortel
QA Contact: Preethi Thomas
URL:
Whiteboard:
Depends On:
Blocks: verified-to-close
TreeView+ depends on / blocked
 
Reported: 2011-01-19 16:03 UTC by Pradeep Kilambi
Modified: 2013-09-09 16:30 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-08-16 12:09:32 UTC
Embargoed:


Attachments (Terms of Use)

Description Pradeep Kilambi 2011-01-19 16:03:23 UTC
# 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'

Comment 1 Jeff Ortel 2011-01-28 18:41:46 UTC
Fixed: e21de88fd9111f3ffc8fc75f7500563086401c35

Comment 2 Jay Dobies 2011-02-02 20:07:08 UTC
Fixed in 0.134.

Comment 3 Preethi Thomas 2011-02-04 16:36:18 UTC
[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]#

Comment 4 Preethi Thomas 2011-08-16 12:09:32 UTC
Closing with Community Release 15

pulp-0.0.223-4.

Comment 5 Preethi Thomas 2011-08-16 12:21:59 UTC
Closing with Community Release 15

pulp-0.0.223-4.


Note You need to log in before you can comment on or make changes to this bug.