Cannot show project in security_group list

Bug #1671376 reported by jiahui.qiang
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
python-openstackclient
Incomplete
Undecided
jiahui.qiang

Bug Description

'project' is an item of the output in security group list. But the value does not show in column. As we can see from the below:
➜ python-openstackclient git:(master) ✗ openstack security group list

+--------------------------------------+---------+------------------------+---------+
| ID | Name | Description | Project |
+--------------------------------------+---------+------------------------+---------+
| 5c24251c-e211-46d3-972f-0be832408c96 | default | Default security group | |
| 98ab5342-8c95-4104-ad7b-4eaa02220328 | default | Default security group | |
| d3b79ad1-b401-40dd-b30c-536b46d294f9 | default | Default security group | |
| e28662a1-3645-4d9a-9fc8-dc24f4b748a3 | default | Default security group | |
| ed99aa97-b692-4252-a459-5e139a6a806c | default | Default security group | |
+--------------------------------------+---------+------------------------+---------+

Changed in python-openstackclient:
assignee: nobody → jiahui.qiang (jiahui.qiang)
Revision history for this message
wingwj (wingwj) wrote :

I tested the issue on newest (pike) devstack with osc 3.11.0, the problem is not reproduced:

wj@host02:/usr/local/lib/python2.7/dist-packages$ openstack security group list
+--------------------------------------+---------+------------------------+----------------------------------+
| ID | Name | Description | Project |
+--------------------------------------+---------+------------------------+----------------------------------+
| 45f6679f-26ad-4d4b-a5c8-0bcf9f48c711 | default | Default security group | 1532994340ba47919c1164610662cfcd |
| 5b731a30-1c12-4937-8cd2-5ed009e62d2b | default | Default security group | 6ea98332a36a46da81fc365d45f9b38b |
| 5d4cb770-a59c-49cd-96d0-b97583241f27 | default | Default security group | |
| d2339bc1-fcfa-46b7-9b98-fdd4a0cb56ce | default | Default security group | b6ad6d185d7244ad95ce05fb31c6d14b |
+--------------------------------------+---------+------------------------+----------------------------------+

So what's your osc version?

Changed in python-openstackclient:
status: New → Incomplete
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

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