Comment 2 for bug 1385445

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo.messaging (master)

Reviewed: https://review.openstack.org/132286
Committed: https://git.openstack.org/cgit/openstack/oslo.messaging/commit/?id=f43fe66be05cbad316a835f3308188515a93b6eb
Submitter: Jenkins
Branch: master

commit f43fe66be05cbad316a835f3308188515a93b6eb
Author: Kenneth Giusti <email address hidden>
Date: Wed Oct 29 17:39:40 2014 -0400

    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