Comment 3 for bug 1384055

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

Reviewed: https://review.openstack.org/130150
Committed: https://git.openstack.org/cgit/openstack/python-troveclient/commit/?id=dc21242144fdf520d065e2648c6f6d56b06fcee2
Submitter: Jenkins
Branch: master

commit dc21242144fdf520d065e2648c6f6d56b06fcee2
Author: Sushil Kumar <email address hidden>
Date: Wed Oct 22 07:10:34 2014 +0000

    Fixes trove show output

    Reasons:
    - trove show gives different output for id and names as input,
      as explained in bug, with name it shows less information.

    Changes:
    - Returns the object found by id after finding the matching object
      from the list of obtained instances, which results in getting
      same attributes for output
      irrespective whichever way the command is used.

    Change-Id: Ib397d5791e9a6f10c10c2ab3160401c1c7cfa214
    Closes-Bug: #1384055