Summary: | unbound method endheaders() must be called with HTTPSConnection instance as first argument (got RhsmProxyHTTPSConnection instance instead) | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | John Sefler <jsefler> |
Component: | python-rhsm | Assignee: | Alex Wood <awood> |
Status: | CLOSED ERRATA | QA Contact: | John Sefler <jsefler> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 7.3 | CC: | csnyder, redakkan, skallesh, vrjain |
Target Milestone: | rc | Keywords: | Regression |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-11-03 20:29:31 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: |
Description
John Sefler
2016-06-13 13:59:09 UTC
Fix in commit below: commit c60b8ad4d4329616b8df6cce849f4313ec675d47 Author: Alex Wood <awood> Date: Mon Jun 13 13:28:04 2016 -0400 Don't call static methods on a class that doesn't have them. Merged c60b8ad reproducer : ---------------------------------------- [root@dhcp35-45 home]# subscription-manager version server type: Red Hat Subscription Management subscription management server: 0.9.51.15-1 subscription management rules: 5.15.1 subscription-manager: 1.17.7-1.git.0.7a8354d.el7 python-rhsm: 1.17.2-1.git.5.5780140.el7 [root@dhcp35-45 home]# subscription-manager register --serverurl=subscription.rhn.stage.redhat.com:443/subscription --user=qa --proxy=auto-services.usersys.redhat.com:3128 --proxyuser=**** --proxypassword=*** This system is already registered. Use --force to override [root@dhcp35-45 home]# subscription-manager register --serverurl=subscription.rhn.stage.redhat.com:443/subscription --user=qa --proxy=auto-services.usersys.redhat.com:3128 --proxyuser=redhat --proxypassword=redhat --force Registering to: subscription.rhn.stage.redhat.com:443/subscription Password: unbound method endheaders() must be called with HTTPSConnection instance as first argument (got RhsmProxyHTTPSConnection instance instead) Verification: ---------------------------------- [root@dhcp35-45 ~]# subscription-manager version server type: Red Hat Subscription Management subscription management server: 0.9.51.15-1 subscription management rules: 5.15.1 subscription-manager: 1.17.8-1.el7 python-rhsm: 1.17.4-1.el7 [root@dhcp35-45 ~]# subscription-manager register --serverurl=subscription.rhn.stage.redhat.com:443/subscription --user=qa --proxy=auto-services.usersys.redhat.com:3128 --proxyuser=*** --proxypassword=*** --force The system with UUID f8639cfa-71c1-4f15-b0ff-78b3a7727714 has been unregistered Registering to: subscription.rhn.stage.redhat.com:443/subscription Password: The system has been registered with ID: 20754727-b6ff-4ec2-b6cd-f19911b7a38b Moveing bug to verified state Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2016-2592.html |