Comment 6 for bug 1476462

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

Reviewed: https://review.openstack.org/203919
Committed: https://git.openstack.org/cgit/openstack/python-cinderclient/commit/?id=2ec9a2251d1faa8a167e975bccbaa2e59137e47d
Submitter: Jenkins
Branch: master

commit 2ec9a2251d1faa8a167e975bccbaa2e59137e47d
Author: liyingjun <email address hidden>
Date: Tue Jul 21 12:50:14 2015 +0800

    Fixes table when there are multiline in result data

    The table doesn't display right when there are multiple line in
    result data. Fixes this by replace "\r" with " ".

    Change-Id: I0b994466f3c65ea973e80d9f03ca9a248147d49d
    Closes-bug: #1476462