Add a new column to os port list command
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-openstackclient |
Fix Released
|
Undecided
|
Nam |
Bug Description
Currenlty, there are four columns including ID, Name, MAC Address, Fixed IP Addresses. It is better to add "status" column to show the status of the ports. This will be helpful user
Maybe,the result like below:
+------
| ID | Name | MAC Address | Fixed IP Addresses | STATUS |
+------
| 0c2cfd96-
| | | | subnet_
| | | | ip_address=
| | | | 998c-4b46-
| 5bb385a9-
| | | | subnet_
| | | | ip_address=
| | | | subnet_
| 962534c6-
| | | | subnet_
| b4c367f2-
| | | | -465d-90d4-
| ba8e4510-
| | | | subnet_
| d79d199f-
| | | | -465d-90d4-
| f56aa2b3-
| | | | -465d-90d4-
+------
Changed in python-openstackclient: | |
assignee: | nobody → Nam (namnh) |
tags: | added: network |
Fix proposed to branch: master /review. openstack. org/356300
Review: https:/