| Summary: | pulp-admin distribution list error | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Preethi Thomas <pthomas> |
| Component: | user-experience | Assignee: | Pradeep Kilambi <pkilambi> |
| Status: | CLOSED CURRENTRELEASE | 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: | 2012-02-24 20:13:09 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
commit 08e3dc5a0fd67cc7d47da2a904a4ae3b48728e6e
$ sudo pulp-admin distribution list
+------------------------------------------+
List of Available Distributions
+------------------------------------------+
Id ks-testfedora-noarch
Description ks-testfedora-noarch
URL https://localhost/pulp/ks/released/F-14/GOLD/Fedora/x86_64/os/
Id ks-clone_tf_2-noarch
Description ks-clone_tf_2-noarch
URL https://localhost/pulp/ks/clone_tf_2/
$ sudo pulp-admin distribution list --repoid=testfedora+------------------------------------------+
List of Available Distributions
+------------------------------------------+
Id ks-testfedora-noarch
Description ks-testfedora-noarch
URL https://localhost/pulp/ks/released/F-14/GOLD/Fedora/x86_64/os/
build: 0.224 verified
[root@preethi ~]# pulp-admin distribution list
+------------------------------------------+
List of Available Distributions
+------------------------------------------+
Id ks-f14-noarch
Description ks-f14-noarch
URL https://preethi.usersys.redhat.com/pulp/ks/released/F-14/GOLD/Fedora/x86_64/os/
[root@preethi ~]# rpm -q pulp
pulp-0.0.224-1.fc14.noarch
Pulp v1.0 is released Closed Current Release. |
Description of problem: Error on running pulp-admin distribution list [root@preethi ~]# pulp-admin distribution list +------------------------------------------+ List of Available Distributions +------------------------------------------+ Traceback (most recent call last): File "/usr/bin/pulp-admin", line 23, in <module> admin.main() File "/usr/lib/python2.7/site-packages/pulp/client/lib/cli.py", line 152, in main command.main(self.args[1:]) File "/usr/lib/python2.7/site-packages/pulp/client/pluginlib/command.py", line 129, in main action.main(args[1:]) File "/usr/lib/python2.7/site-packages/pulp/client/pluginlib/command.py", line 211, in main self.run() File "/usr/lib/python2.7/site-packages/pulp/client/admin/plugins/distribution.py", line 59, in run ksurl = self.cfg._sections['cds'].__getitem__('ksurl') + '/' + distro['relativepath'] KeyError: 'cds' Version-Release number of selected component (if applicable): [root@preethi ~]# rpm -q pulp pulp-0.0.223-2.fc14.noarch