Bug 1163638

Summary: python-qpid should depend on python-saslwrapper since it imports it
Product: [Fedora] Fedora Reporter: Tomas Tomecek <ttomecek>
Component: python-qpidAssignee: Darryl L. Pierce <dpierce>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 21CC: dpierce, iboverma, rafaels, tross
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-qpid-0.30-2.fc21 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1164122 (view as bug list) Environment:
Last Closed: 2014-11-18 12:21:11 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:
Embargoed:

Description Tomas Tomecek 2014-11-13 08:10:22 UTC
I've just tried to connect to amqp message bus using gssapi mechanism. Wasn't very pleased by this exception:

qpid.messaging.exceptions.AuthenticationFailure: Anonymous connections disabled, missing credentials

connection details:

{
   'url': 'amqps://somewhere.com',
   'port': 5671,
   'mechanism': 'GSSAPI',
   'exchange': 'here.there',
   'keys': ['not.important.#', ]
}

Then I went to python sitelib, checked what security stuff qpid imports, realised it's saslwrapper, installed it and voilĂ ... Suddenly it worked.

Please, make python-qpid depend on python-saslwrapper.


Thanks.

Comment 1 Fedora Update System 2014-11-13 16:10:12 UTC
python-qpid-0.30-2.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/python-qpid-0.30-2.fc21

Comment 2 Fedora Update System 2014-11-13 18:49:35 UTC
python-qpid-0.30-2.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/python-qpid-0.30-2.fc20

Comment 3 Tomas Tomecek 2014-11-14 07:29:43 UTC
Fixes the issue, thanks.

Comment 4 Fedora Update System 2014-11-14 12:05:01 UTC
Package python-qpid-0.30-2.fc21:
* should fix your issue,
* was pushed to the Fedora 21 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing python-qpid-0.30-2.fc21'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-15023/python-qpid-0.30-2.fc21
then log in and leave karma (feedback).

Comment 5 Fedora Update System 2014-11-18 12:21:11 UTC
python-qpid-0.30-2.fc21 has been pushed to the Fedora 21 stable repository.  If problems still persist, please make note of it in this bug report.