Bug 655086
| Summary: | pulp-admin consumer fail w/ traceback | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | dgao |
| Component: | z_other | Assignee: | Pradeep Kilambi <pkilambi> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-08-16 14:03:03 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!
commit 9cbb11a93950f58c82b5ab30387206959db99987
Author: Pradeep Kilambi <pkilambi>
Date: Fri Nov 19 10:09:46 2010 -0500
$ sudo pulp-admin consumer list
+------------------------------------------+
Consumer Information
+------------------------------------------+
Id foo
Description None
Subscribed Repos /pulp/api/consumers/foo/repoids/
Additional info {}
Fixed in 0.109. [root@10 ~]# rpm -q pulp
pulp-0.0.111-1.fc14.noarch
verified
[root@10 ~]# pulp-admin consumer list
+------------------------------------------+
Consumer Information
+------------------------------------------+
Id test_consumer
Description None
Subscribed Repos /pulp/api/consumers/test_consumer/repoids/
Additional info {}
Id test_consumer_remote
Description None
Subscribed Repos /pulp/api/consumers/test_consumer_remote/repoids/
Additional info {}
Closing with Community Release 15 pulp-0.0.223-4. |
Found in 0.0.107 This failure occurs if there's at least one consumer in the database. [root@pulp-qe ~]# ls .pulp/ user-cert.pem user-key.pem [root@pulp-qe ~]# pulp-admin consumer list +------------------------------------------+ Consumer Information +------------------------------------------+ Traceback (most recent call last): File "/usr/bin/pulp-admin", line 115, in <module> admin.main() File "/usr/lib/python2.6/site-packages/pulp/client/cli/base.py", line 99, in main command.main(args[1:]) File "/usr/lib/python2.6/site-packages/pulp/client/core/base.py", line 117, in main action.main(args[1:]) File "/usr/lib/python2.6/site-packages/pulp/client/core/base.py", line 210, in main self.run() File "/usr/lib/python2.6/site-packages/pulp/client/core/consumer.py", line 83, in run con["package_profile"], con["key_value_pairs"]) TypeError: not all arguments converted during string formatting