Comment 2 for bug 1254141

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

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

commit a9ef1724968b78ed20928f2cd58cc892d5e838c1
Author: amcrn <email address hidden>
Date: Sun Jan 12 15:07:05 2014 -0800

    Datastore on Show Instance Should Not Be a Dict

    From:

    +-----------+-----------------------------------------------+
    | Property | Value |
    +-----------+-----------------------------------------------+
    | created | 2014-01-12T22:17:16 |
    | datastore | {u'version': u'mysql-5.5', u'type': u'mysql'} |

    To:

    $ trove show 160e571f-afae-4ac8-aec0-7b2e55846e07
    +-------------------+--------------------------------------+
    | Property | Value |
    +-------------------+--------------------------------------+
    | created | 2014-01-12T22:17:16 |
    | datastore | mysql |
    | datastore_version | mysql-5.5 |

    Change-Id: I1542869760ab0010a2ada4ed16a0b526dc233220
    Closes-Bug: #1254141