Comment 2 for bug 1538367

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-zaqarclient (master)

Reviewed: https://review.openstack.org/272859
Committed: https://git.openstack.org/cgit/openstack/python-zaqarclient/commit/?id=2966750d9a897479a6158b78f0b1e750f35a7f0e
Submitter: Jenkins
Branch: master

commit 2966750d9a897479a6158b78f0b1e750f35a7f0e
Author: Eva Balycheva <email address hidden>
Date: Wed Jan 27 04:16:53 2016 +0300

    Fix Subscription's queue_name variable being tuple

    Because of nasty comma in the end of line of the queue_name string
    variable definition, queue_name becomes a tuple with string inside,
    which is wrong.

    This patch fixes the problem by removing the comma.

    Change-Id: Id580dfda84e4f0cb151343031d2a72ed8ef08c56
    Closes-Bug: 1538367