oslo.messaging/oslo/messaging/_drivers/protocols/amqp
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
..
__init__.py Ensure the amqp options are present in config file 2014-09-09 11:57:12 +02:00
controller.py Enable user authentication in the AMQP 1.0 driver 2014-10-31 11:46:24 -04:00
driver.py Enable user authentication in the AMQP 1.0 driver 2014-10-31 11:46:24 -04:00
eventloop.py Enable user authentication in the AMQP 1.0 driver 2014-10-31 11:46:24 -04:00
opts.py Add missing deprecated group amqp1 2014-09-17 16:30:43 +02:00