ListPolicyRows doesn't display rows with proper column names

Bug #1533157 reported by Anusha
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-congressclient
Invalid
Undecided
Anusha

Bug Description

 openstack congress row list <policy name><table_id> doesn't display the rows of the table with proper column names

Eg: ports(port_id, status):- neutronv2:ports(port_id, col_1, col_2, col_3, col_4, col_5, status, col_7, col_8)

Displaying rows of ports shows

+--------------------------------------+--------+
| Col0 | Col1 |
+--------------------------------------+--------+
| 30550704-64cb-4eab-a851-9b9f6b09b44b | ACTIVE |

But the correct and user-friendly behavior would be

+--------------------------------------+--------+
| port_id | status |
+--------------------------------------+--------+
| 30550704-64cb-4eab-a851-9b9f6b09b44b | ACTIVE |

Anusha (anusha-iiitm)
Changed in python-congressclient:
assignee: nobody → Anusha (anusha-iiitm)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to python-congressclient (master)

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

Changed in python-congressclient:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on python-congressclient (master)

Change abandoned by Anusha Ramineni (<email address hidden>) on branch: master
Review: https://review.openstack.org/266836

Anusha (anusha-iiitm)
Changed in python-congressclient:
status: In Progress → Invalid
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.