Bug 669760
Summary: | pulp-admin package install doesn't validate the consumer ID | ||
---|---|---|---|
Product: | [Retired] Pulp | Reporter: | Jay Dobies <jason.dobies> |
Component: | z_other | Assignee: | Sayli Karmarkar <skarmark> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | unspecified | CC: | cperry, jconnor, skarmark |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | Sprint 20 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-02-17 16:52:13 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
Jay Dobies
2011-01-14 16:33:32 UTC
Followup: 20 minutes later the CLI is still rendering periods and the process hasn't ended yet. Added validate_consumer and validate_consumergroup functions to ConsumerActions and ConsumerGroupActions classes. $ sudo pulp-admin consumer list +------------------------------------------+ Consumer Information +------------------------------------------+ Id test-consumer Description None Subscribed Repos [] Additional info $ sudo pulp-admin package install -n origin --consumerid=test-consumer11 error: operation failed: Consumer [test-consumer11] does not exist Fixed in 0.134. verified [root@preethi ~]# pulp-admin package install -n zsh --consumerid=test-consumer11 error: operation failed: Consumer [test-consumer11] does not exist [root@preethi ~]# rpm -q pulp pulp-0.0.135-1.fc14.noarch Closing with community release pulp-0.0.139-1.fc14.noarch |