troveclient is showing output for various commands in dictionary format
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-troveclient |
Fix Released
|
High
|
Sushil Kumar |
Bug Description
troveclient is showing output for various commands in dictionary format instead of earlier row-column format.
for example
The current output is
$ trove list
[
{
"status": "ACTIVE",
"name": "test_vm_
"links": [
{
"href": "https:/
"rel": "self"
},
{
"href": "https:/
"rel": "bookmark"
}
],
"volume": {
"size": 2
},
"flavor": {
"id": "6",
"links": [
{
"href": "https:/
"rel": "self"
},
{
"href": "https:/
"rel": "bookmark"
}
]
},
"id": "77dd24cc-
"datastore": {
"version": "5.5",
"type": "mysql"
}
},
{
"status": "ACTIVE",
"name": "test_vm_
"links": [
{
"href": "https:/
"rel": "self"
},
{
"href": "https:/
"rel": "bookmark"
}
],
"volume": {
"size": 2
},
"flavor": {
"id": "6",
"links": [
{
"href": "https:/
"rel": "self"
},
{
"href": "https:/
"rel": "bookmark"
}
]
},
"id": "c2dc18df-
"datastore": {
"version": "5.5",
"type": "mysql"
}
}
]
whereas the expected output is
$ trove list
+------
| ID | Name | Datastore | Datastore Version | Status | Flavor ID | Size |
+------
| 77dd24cc-
| c2dc18df-
+------
description: | updated |
summary: |
- troveclient is showing output for various commands in json format + troveclient is showing output for various commands in dictionary format |
Changed in python-troveclient: | |
importance: | Undecided → High |
milestone: | none → juno-1 |
Changed in python-troveclient: | |
status: | Fix Committed → Fix Released |
Fix proposed to branch: master /review. openstack. org/95094
Review: https:/