Cannot show project in security_group list
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-
+------
| ID | Name | Description | Project |
+------
| 5c24251c-
| 98ab5342-
| d3b79ad1-
| e28662a1-
| ed99aa97-
+------
Changed in python-openstackclient: | |
assignee: | nobody → jiahui.qiang (jiahui.qiang) |
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 ------- ------- ------- ------- ----+-- ------- +------ ------- ------- ----+-- ------- ------- ------- ------- ----+ ------- ------- ------- ------- ----+-- ------- +------ ------- ------- ----+-- ------- ------- ------- ------- ----+ 26ad-4d4b- a5c8-0bcf9f48c7 11 | default | Default security group | 1532994340ba479 19c1164610662cf cd | 1c12-4937- 8cd2-5ed009e62d 2b | default | Default security group | 6ea98332a36a46d a81fc365d45f9b3 8b | a59c-49cd- 96d0-b97583241f 27 | default | Default security group | | fcfa-46b7- 9b98-fdd4a0cb56 ce | default | Default security group | b6ad6d185d7244a d95ce05fb31c6d1 4b | ------- ------- ------- ------- ----+-- ------- +------ ------- ------- ----+-- ------- ------- ------- ------- ----+
+------
| ID | Name | Description | Project |
+------
| 45f6679f-
| 5b731a30-
| 5d4cb770-
| d2339bc1-
+------
So what's your osc version?