openstack-python-openstackc.../openstackclient/network
Fernando Royo d2d7219231 Get "security_groups" when port list
Neutron API is accepting 'security_groups' field  in
order to return the list of security_groups attached
to a port, but openstackclient is parsing the output
over a Openstack Port object that has security_group_ids
to map. This patch sends to the Neutron API the expected
field value and replace the output key to allow the
mapping just in case '--long' argument is passed.

Closes-Bug: #2095414
Change-Id: I188edc3c620ce29d7b16497ca24fd7d972a06618
2025-01-21 18:51:32 +00:00
..
v2 Get "security_groups" when port list 2025-01-21 18:51:32 +00:00
__init__.py Network CRUD 2014-06-24 15:00:25 -06:00
client.py Blacken openstackclient.network 2023-05-10 10:51:30 +01:00
common.py pre-commit: Migrate pyupgrade to ruff 2024-09-12 18:08:23 +01:00
utils.py trivial: Prepare for pyupgrade pre-commit hook 2024-04-23 12:24:23 +01:00