Bug 1163638
| Summary: | python-qpid should depend on python-saslwrapper since it imports it | |||
|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tomas Tomecek <ttomecek> | |
| Component: | python-qpid | Assignee: | Darryl L. Pierce <dpierce> | |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 21 | CC: | 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: | ||||
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 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 Fixes the issue, thanks. 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). 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. |
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.