Actions
Issue #1245
closedPulp cannot be configured to connect to Qpid at 'localhost'
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
2.6.2 Beta
Platform Release:
2.7.0
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
When using a broker string in the the [tasks] section as follows, instead of connecting to 'localhost' it connects to '127.0.0.1'.
qpid://localhost:5671
I expect it to connect to localhost since that is specifically the hostname specified. This is an important difference if someone were to be using SSL cert verification and the cert's CN specified localhost.
Updated by bmbouter about 9 years ago
The issue is in the underlying Kombu implementation so this will involve a new patch for Pulp's downstream Kombu.
Updated by dkliban@redhat.com about 9 years ago
- Platform Release changed from 2.6.4 to 2.6.5
Updated by bkearney@redhat.com about 9 years ago
- Version set to 2.6.2 Beta
The target release for this can be 2.8
Added by bmbouter about 9 years ago
Added by bmbouter about 9 years ago
Revision 4c897619 | View on GitHub
Upgrades kombu to 3.0.24-10
Includes fix that allows kombu to connect on localhost
Updated by bmbouter about 9 years ago
- Status changed from ASSIGNED to POST
PR available at: https://github.com/pulp/pulp/pull/2093
Updated by bmbouter about 9 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp|4c897619d6e55c6d23458c431bdda605b78d6362.
Updated by dkliban@redhat.com about 9 years ago
- Status changed from MODIFIED to 5
Updated by bmbouter about 9 years ago
- Platform Release changed from 2.6.5 to 2.7.0
Updated by amacdona@redhat.com about 9 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
Actions
Upgrades kombu to 3.0.24-10
Includes fix that allows kombu to connect on localhost
closes #1245 https://pulp.plan.io/issues/1245