Bug 674149
Summary: | Need a cleaner error message when feed type is not given | ||
---|---|---|---|
Product: | [Retired] Pulp | Reporter: | Preethi Thomas <pthomas> |
Component: | z_other | Assignee: | Pradeep Kilambi <pkilambi> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | CC: | skarmark |
Target Milestone: | --- | Keywords: | Triaged |
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 12:09:44 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 |
Description
Preethi Thomas
2011-01-31 19:05:16 UTC
This seems to be fixed because of jconnor and jmatthews's fixes for server side traceback. $ sudo pulp-admin repo create --id=pulp-repo1 --name=pulp-repo --feed=http://repos.fedorapeople.org/repos/pulp/pulp/ --relativepath=/tmp/ --groupid=pulp --schedule="2 * * * *" error: operation failed: PulpException: "Invalid type. valid types are ['yum', 'local', 'rhn']" verified [root@preethi ~]# rpm -q pulp pulp-0.0.157-1.git.1.1ea502c.fc14.noarch [root@preethi ~]# pulp-admin repo create --id=pulp-repo1 --name=pulp-repo --feed=http://repos.fedorapeople.org/repos/pulp/pulp/ error: operation failed: A repository with the id, pulp-repo1, already exists [root@preethi ~]# Closing with Community Release 15 pulp-0.0.223-4. Closing with Community Release 15 pulp-0.0.223-4. |