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.
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