openstack-python-openstackc.../openstackclient/network/v2
Rodolfo Alonso Hernandez 4dbfc47552 Return the `port` column headers expected in the list command
In [1], it was added the ability to print in the "port list" command
any field not defined in the hardcoded column set for this command.

But in [2], it was added a filter list in the API call in order to
reduce the CLI execution time. The unintentional drawback of this
optimization was that is no longer possible to print any field outside
the "port list" column set.

Because the optimization if preferred and it is always possible to use
"port show" to see all the port fields, the code added in [1] is
removed.

[1]https://review.opendev.org/c/openstack/python-openstackclient/+/522901
[2]https://review.opendev.org/c/openstack/python-openstackclient/+/754117

Closes-Bug: #2098980
Related-Bug: #1707848
Related-Bug: #1897100
Change-Id: Ia944b8e108c454219d642cfa595ffafdf060a57f
2025-03-26 15:57:12 +00:00
..
__init__.py Move network stuff to v2 instead of v2_0 2014-07-07 06:08:02 -06:00
address_group.py trivial: Prepare for pyupgrade pre-commit hook 2024-04-23 12:24:23 +01:00
address_scope.py trivial: Prepare for pyupgrade pre-commit hook 2024-04-23 12:24:23 +01:00
default_security_group_rule.py Bug Fix, Default SG Rule Custom SG 2024-02-23 08:31:25 -08:00
floating_ip.py Handle NotFoundException when listing floating IPs 2024-09-13 11:34:05 +01:00
floating_ip_pool.py network: Replace use of in-tree API client 2024-07-09 18:19:36 +01:00
floating_ip_port_forwarding.py trivial: Remove unnecessary trailing comma 2024-08-29 15:55:39 +01:00
ip_availability.py trivial: Prepare for pyupgrade pre-commit hook 2024-04-23 12:24:23 +01:00
l3_conntrack_helper.py pre-commit: Migrate from black to ruff format 2024-08-29 15:55:39 +01:00
local_ip.py Blacken openstackclient.network 2023-05-10 10:51:30 +01:00
local_ip_association.py tests: Enable logging fixture 2023-11-13 17:31:07 +00:00
ndp_proxy.py pre-commit: Migrate from black to ruff format 2024-08-29 15:55:39 +01:00
network.py Add "qinq-vlan" and "no-qinq-vlan" params to the "network create" cmd 2025-02-13 10:10:42 +01:00
network_agent.py Add four new network agent types to the list command filter 2025-02-24 10:58:48 +00:00
network_auto_allocated_topology.py trivial: Prepare for pyupgrade pre-commit hook 2024-04-23 12:24:23 +01:00
network_flavor.py trivial: Prepare for pyupgrade pre-commit hook 2024-04-23 12:24:23 +01:00
network_flavor_profile.py remove project from network flavor profile 2024-10-16 10:19:59 +03:30
network_meter.py trivial: Prepare for pyupgrade pre-commit hook 2024-04-23 12:24:23 +01:00
network_meter_rule.py trivial: Prepare for pyupgrade pre-commit hook 2024-04-23 12:24:23 +01:00
network_qos_policy.py trivial: Prepare for pyupgrade pre-commit hook 2024-04-23 12:24:23 +01:00
network_qos_rule.py pre-commit: Migrate pyupgrade to ruff 2024-09-12 18:08:23 +01:00
network_qos_rule_type.py trivial: Prepare for pyupgrade pre-commit hook 2024-04-23 12:24:23 +01:00
network_rbac.py trivial: Prepare for pyupgrade pre-commit hook 2024-04-23 12:24:23 +01:00
network_segment.py trivial: Prepare for pyupgrade pre-commit hook 2024-04-23 12:24:23 +01:00
network_segment_range.py trivial: Prepare for pyupgrade pre-commit hook 2024-04-23 12:24:23 +01:00
network_service_provider.py Fix pep issue in the network service provider 2023-04-20 11:15:37 +02:00
network_trunk.py pre-commit: Migrate from black to ruff format 2024-08-29 15:55:39 +01:00
port.py Return the `port` column headers expected in the list command 2025-03-26 15:57:12 +00:00
router.py handle 'router create --flavor' option 2025-02-15 14:04:28 -06:00
security_group.py network: Replace use of in-tree API client 2024-07-09 18:19:36 +01:00
security_group_rule.py network: Replace use of in-tree API client 2024-07-09 18:19:36 +01:00
subnet.py trivial: Prepare for pyupgrade pre-commit hook 2024-04-23 12:24:23 +01:00
subnet_pool.py trivial: Remove unnecessary trailing comma 2024-08-29 15:55:39 +01:00