oslo.messaging/oslo/messaging/_drivers
Kenneth Giusti f43fe66be0 Enable user authentication in the AMQP 1.0 driver
The TransportHost class allows user credentials to be supplied as part
of the URL that identifies the host.  Prior to this patch, these
credentials - username and password - were ignored by the AMQP 1.0
driver.  This prevents connections to a message broker that has been
configured to use SASL PLAIN authentication.

Closes-Bug: #1385445
Change-Id: Ib9279ed40b0f4cff62e1c742069c8f49f5625659
2014-10-31 11:46:24 -04:00
..
protocols Enable user authentication in the AMQP 1.0 driver 2014-10-31 11:46:24 -04:00
__init__.py Remove copyright from empty files 2014-01-04 10:33:58 +08:00
amqp.py Improve help strings 2014-08-28 06:59:33 +02:00
amqpdriver.py Cleanup listener after stopping rpc server 2014-09-23 03:35:43 -07:00
base.py Cleanup listener after stopping rpc server 2014-09-23 03:35:43 -07:00
common.py Enable oslo.i18n for oslo.messaging 2014-09-24 22:18:50 -04:00
impl_fake.py Fixes incorrect exchange lock in fake driver 2014-07-15 12:20:16 +00:00
impl_qpid.py Enable oslo.i18n for oslo.messaging 2014-09-24 22:18:50 -04:00
impl_rabbit.py Enable oslo.i18n for oslo.messaging 2014-09-24 22:18:50 -04:00
impl_zmq.py Enable oslo.i18n for oslo.messaging 2014-09-24 22:18:50 -04:00
matchmaker.py Enable oslo.i18n for oslo.messaging 2014-09-24 22:18:50 -04:00
matchmaker_redis.py Switch to oslo.utils 2014-08-27 14:14:00 +02:00
matchmaker_ring.py Enable oslo.i18n for oslo.messaging 2014-09-24 22:18:50 -04:00
pool.py Apply six for metaclass 2013-10-14 14:10:31 -04:00