datastore info on show instance should not show a dict

Bug #1254141 reported by Craig Vyvial
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-troveclient
Fix Released
Medium
Auston McReynolds

Bug Description

This is what it looks like now...

$ trove show bbe186a2-9a21-4ecf-9cf7-16623993231f
+-----------+-------------------------------------------------------------+
| Property | Value |
+-----------+-------------------------------------------------------------+
| created | 2013-11-22T18:51:20 |
| datastore | {u'version': u'mysql_test_version', u'type': u'Test_Mysql'} |
| flavor | 7 |
| id | bbe186a2-9a21-4ecf-9cf7-16623993231f |
| ip | 10.0.0.3 |
| name | florida |
| status | ACTIVE |
| updated | 2013-11-22T18:51:27 |
| volume | 1 |
+-----------+-------------------------------------------------------------+

But should be more like...

$ trove show bbe186a2-9a21-4ecf-9cf7-16623993231f
+-----------+-------------------------------------------------------------+
| Property | Value |
+-----------+-------------------------------------------------------------+
| created | 2013-11-22T18:51:20 |
| datastore_version | mysql_test_version |
| datastore_type | Test_Mysql |
| flavor | 7 |
| id | bbe186a2-9a21-4ecf-9cf7-16623993231f |
| ip | 10.0.0.3 |
| name | florida |
| status | ACTIVE |
| updated | 2013-11-22T18:51:27 |
| volume | 1 |
+-----------+-------------------------------------------------------------+

Changed in python-troveclient:
importance: Undecided → Medium
status: New → Triaged
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to python-troveclient (master)

Fix proposed to branch: master
Review: https://review.openstack.org/66233

Changed in python-troveclient:
assignee: nobody → Auston McReynolds (amcrn)
status: Triaged → In Progress
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

Changed in python-troveclient:
status: In Progress → Fix Committed
Changed in python-troveclient:
status: Fix Committed → Fix Released
milestone: none → python-troveclient-v1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.