Comment 6 for bug 1388663

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to powervc-driver (stable/juno)

Reviewed: https://review.openstack.org/132975
Committed: https://git.openstack.org/cgit/stackforge/powervc-driver/commit/?id=c10895495f0d7557f36a8a3659c08c03168a6eb8
Submitter: Jenkins
Branch: stable/juno

commit c10895495f0d7557f36a8a3659c08c03168a6eb8
Author: Terry Yao <email address hidden>
Date: Thu Nov 6 16:39:36 2014 +0800

    add pool name while register notification listener

    oslo.messaging is exposing a new API allow creating listener by
    supplying a pool name, then the listeners with that pool name will use
    the queue name as the pool name, multiple listeners can be listening
    with the same topic.

    Change-Id: I220d50fad8cda6f6f50f31215a7a6b98523c35dc
    Closes-Bug: #1388663
    (cherry picked from commit c780569e8c3e5b5f13475059fdb7292d2d72e7bd)