Fix JSON In Output for Configuration Groups

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

Bug Description

Current:

$ trove configuration-show 2e560dda-2f6b-4f7a-baf2-e88d32870e0f
+----------------------+--------------------------------------+
| Property | Value |
+----------------------+--------------------------------------+
| datastore_version_id | 6f3b225b-c5c4-441f-bba1-71644a42d47c |
| description | None |
| id | 2e560dda-2f6b-4f7a-baf2-e88d32870e0f |
| name | Test2 |
| values | {u'amcrn': True} |
+----------------------+--------------------------------------+

Suggested:

$ trove configuration-show 2e560dda-2f6b-4f7a-baf2-e88d32870e0f
+----------------------+--------------------------------------+
| Property | Value |
+----------------------+--------------------------------------+
| datastore_version_id | 6f3b225b-c5c4-441f-bba1-71644a42d47c |
| description | None |
| id | 2e560dda-2f6b-4f7a-baf2-e88d32870e0f |
| name | Test2 |
| values | {"amcrn": true} |
+----------------------+--------------------------------------+

Will need to be fixed in configuration-create, configuration-show, and maybe more.

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/79235

Changed in python-troveclient:
assignee: nobody → Auston McReynolds (amcrn)
status: New → In Progress
Changed in python-troveclient:
importance: Undecided → Medium
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-troveclient (master)

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

commit ffe4b38c09b59fcf5ab8ad913b700e34fb2c3887
Author: amcrn <email address hidden>
Date: Sun Mar 9 21:34:44 2014 -0700

    Fix JSON In Output for Configuration Groups

    the configuration-group values will now correctly show as json
    before: {'key': True}, after: {"key": true}

    Change-Id: I824c73e96da8e7ec52fc020db8f22e7e8d7b7d18
    Closes-Bug: #1290200

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.