Bug 1141254
| Summary: | pulp-admin rpm repo content errata --help says that all fields are printed by default, but they are not | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Randy Barlow <rbarlow> |
| Component: | rpm-support | Assignee: | pulp-bugs |
| Status: | CLOSED UPSTREAM | QA Contact: | pulp-qe-list |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.4.0 | CC: | cduryee, mhrivnak |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-02-28 22:19:34 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Moved to https://pulp.plan.io/issues/523 |
Description of problem: pulp-admin rpm repo content errata --help says that all fields are printed by default, but they are not. [rbarlow@limeade ~]$ pulp-admin rpm repo content errata | grep fields | tail -n 2 --fields - comma-separated list of resource fields. Do not include spaces. Default is all fields. An example of a field that is not included is the pkglist field. Version-Release number of selected component (if applicable): 2.4.0-1 How reproducible: Every time. Steps to Reproduce: 1. Run pulp-admin rpm repo content errata --repo-id <some_repo_with_errata> Actual results: Observe that not all fields are included, for example, pkglist. Expected results: Either all fields should be included, or the --fields helptext should be adjusted to be accurate.