python-openstackclient/openstackclient/tests
Akihiro Motoki 0626f95579 Allow port list to shown undefined attributes
At now, OSC command implementation extracts resource attributes based on
a predefined column list, so if a user specifies an unknown attribute
not defined in the column lists, such attribute will be ignored.

In case of 'port list', the neutron port defines many attributes and
it is not a good idea to show all attributes even in the long mode
from the perspective of user experience.

This commit consumes osc_lib.utils.calculate_headers_and_attrs()
function to show undefined port attributes if requested in -c option.

Closes-Bug: #1707848
Depends-On: I6c6bc3c6e3c769c96869fd76b9d9c1661280850e
Change-Id: I130a6aed41d80603698b6cab0c9a1d1dc59df743
2017-11-24 22:45:06 +00:00
..
functional Allow port list to shown undefined attributes 2017-11-24 22:45:06 +00:00
unit Remove hard-coded policy choices for creating a server group 2017-11-19 18:45:28 -05:00
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00