Comment 5 for bug 1476462

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

Reviewed: https://review.openstack.org/204339
Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=1d39033c8e6fae42de0f5bff9b00790c6d4c4052
Submitter: Jenkins
Branch: master

commit 1d39033c8e6fae42de0f5bff9b00790c6d4c4052
Author: liyingjun <email address hidden>
Date: Wed Jul 22 10:01:44 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: Ia3ca4146f17c3ae097a2aad0092c25f6807fcbab
    Closes-bug: #1476462