Bug 662232
| Summary: | no more need for parameter showIncompatiblePools in /etc/rhsm/rhsm.conf | ||
|---|---|---|---|
| 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: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 6.1 | CC: | alikins |
| 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:11 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 | ||
|
Description
John Sefler
2010-12-10 22:54:23 UTC
commit 76ec4186f866c37e560bcd0f302d2038930be300
Author: Adrian Likins <alikins>
Date: Mon Dec 13 11:18:02 2010 -0500
662232: remove "showIncompatiblePools" config option
[root@jsefler-dev2-2 ~]# rpm -qa | grep subscription-manager subscription-manager-gnome-0.93.3-1.git.17.002817a.fc14.x86_64 subscription-manager-0.93.3-1.git.17.002817a.fc14.x86_64 [root@jsefler-dev2-2 ~]# grep show /etc/rhsm/rhsm.conf [root@jsefler-dev2-2 ~]# cat /etc/rhsm/rhsm.conf # Red Hat Subscription Manager Configuration File: # Unified Entitlement Platform Configuration [server] # Server hostname: hostname=candlepin1.devlab.phx1.redhat.com # Server prefix: prefix = /candlepin # Server port: port=443 # Set to 1 to disable certificate validation: insecure = 0 # Set the depth of certs which should be checked # when validating a certificate ssl_verify_depth = 3 # Server CA certificate location: ca_cert_dir = /etc/rhsm/ca/ # an http proxy server to use proxy_hostname = # port for http proxy server proxy_port = [rhsm] # Content base URL: baseurl=http://mockamai.devlab.phx1.redhat.com # Default CA cert to use when generating yum repo configs: repo_ca_cert = %(ca_cert_dir)sfakamai-cp1.pem # Where the certificates should be stored productCertDir = /etc/pki/product entitlementCertDir = /etc/pki/entitlement consumerCertDir = /etc/pki/consumer [rhsmcertd] # Frequency of certificate refresh (in minutes): certFrequency = 240 VERIFIED showIncompatiblePools has been removed from rhsm.config 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 |