Bug 664581
| Summary: | subscription-manager clean module needs proxy options? I don't think so. | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | John Sefler <jsefler> |
| Component: | subscription-manager | Assignee: | Adrian Likins <alikins> |
| Status: | CLOSED ERRATA | QA Contact: | John Sefler <jsefler> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 6.1 | CC: | jharris |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-05-19 13:38:21 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: | 639436 | ||
In commit: cb7358698e5685bbb14d3190fc34341e4174c75f [root@jsefler-onprem01 ~]# rpm -q subscription-manager subscription-manager-0.93.8-1.git.16.cb73586.el6.x86_64 [root@jsefler-onprem01 ~]# subscription-manager clean --help Usage: subscription-manager clean [OPTIONS] removes all local consumer data, does not effect the server Options: -h, --help show this help message and exit --debug=DEBUG debug level [root@jsefler-onprem01 ~]# subscription-manager clean --proxy=asdfqwfqwf Usage: subscription-manager clean [OPTIONS] subscription-manager: error: no such option: --proxy [root@jsefler-onprem01 ~]# MOVING TO VERIFIED... An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHEA-2011-0611.html |
Description of problem: subscription-manager clean --help shows the proxy command line options as an available option. I do NOT believe that the clean module has any need for proxy options. [root@jsefler-onprem01 ~]# subscription-manager clean --help Usage: subscription-manager clean [OPTIONS] removes all local consumer data, does not effect the server. Options: -h, --help show this help message and exit --debug=DEBUG debug level --proxy=PROXY_URL proxy url in the form of proxy_hostname:proxy_port --proxyuser=PROXY_USER user for http proxy with basic authentication --proxypassword=PROXY_PASSWORD password for http proxy with basic authentication Version-Release number of selected component (if applicable): [root@jsefler-onprem01 ~]# rpm -q subscription-manager subscription-manager-0.93.6-1.git.0.833aab2.el6.x86_64 How reproducible: Steps to Reproduce: [root@jsefler-onprem01 ~]# subscription-manager clean --proxy=kjhkjlkjh All local data removed ^^^^ NOTICE THAT THE SPECIFIED proxy VALUE IS CLEARLY IGNORED... BECAUSE clean DOES NOT NEED A PROXY TO CLEAN ALL LOCAL DATA.