| Summary: | errata list error | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Preethi Thomas <pthomas> |
| Component: | z_other | Assignee: | Pradeep Kilambi <pkilambi> |
| Status: | CLOSED NOTABUG | QA Contact: | Preethi Thomas <pthomas> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| 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-06-16 15:27:37 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
this was due to the old cert being present in /etc/pki/consumer/ |
Description of problem: pulp-admin errata list results in error. Version-Release number of selected component (if applicable): [root@preethi ~]# rpm -q pulp pulp-0.0.190-1.fc14.noarch Actual results: [root@preethi ~]# pulp-admin errata list Traceback (most recent call last): File "/usr/bin/pulp-admin", line 189, in <module> admin.main() File "/usr/lib/python2.7/site-packages/pulp/client/cli/base.py", line 117, in main command.main(args[1:]) File "/usr/lib/python2.7/site-packages/pulp/client/core/base.py", line 116, in main action.main(args[1:]) File "/usr/lib/python2.7/site-packages/pulp/client/core/base.py", line 201, in main self.setup_parser() File "/usr/lib/python2.7/site-packages/pulp/client/core/errata.py", line 61, in setup_parser consumerid = self.getconsumerid() File "/usr/lib/python2.7/site-packages/pulp/client/core/base.py", line 176, in getconsumerid return bundle.getid() File "/usr/lib/python2.7/site-packages/pulp/client/credentials.py", line 61, in getid if self.valid(): File "/usr/lib/python2.7/site-packages/pulp/common/bundle.py", line 126, in valid s = self.read() File "/usr/lib/python2.7/site-packages/pulp/common/bundle.py", line 140, in read assert(self.hasboth(bundle)) AssertionError [root@preethi ~]#