Comment 2 for bug 1734228

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

Reviewed: https://review.openstack.org/522686
Committed: https://git.openstack.org/cgit/openstack/python-troveclient/commit/?id=ec601fb0ee399c56251289827a6dcdf32f2918e9
Submitter: Zuul
Branch: master

commit ec601fb0ee399c56251289827a6dcdf32f2918e9
Author: wangyao <email address hidden>
Date: Fri Nov 24 10:31:00 2017 +0800

    Fix abnormal display with openstack database instance list

    According bug description, openstack database instance list
    abnormal display except first instance. The cause of the problem
    is method set_attributes_for_print when return instances got a
    wrong indentation. So just modify this. And modify tests to
    validate it.

    Change-Id: I6124706ba79ab13bbd769631f491e314784652c7
    Closes-Bug: #1734228