openstack-python-openstackc.../openstackclient
Johannes Kulik aa227f8d16 Fix --security-group for port list
"openstack port list --security-group <id>" was using a filter that
didn't exist in `openstacksdk`: "security_groups". Up until version
1.0.1, `openstacksdk` did not support filtering `Port` objects by
security groups. Later versions will support the filtering (via [1]),
but the filter is called the same way the attribute on the `Port` object
is called: `security_group_ids`.

We're not bumping the `openstacksdk` version here, because the feature
we're using [1] is merged too recently and a bump of min requirements
thus unlikely. `openstackclient` continue to work with older versions of
`openstacksdk` - the "--security-group" filter will just do nothing like
before.

[1] https://review.opendev.org/c/openstack/openstacksdk/+/866008

Change-Id: I07088484592e99ce0a12b67d68a3e47ae7c7af81
2023-03-20 15:19:46 +01:00
..
api Remove usage of six 2020-10-07 02:15:25 +00:00
common Merge "Drop default from ask_user_yesno question" 2023-02-22 12:32:22 +00:00
compute Merge "Update 'host list' and 'host show' command to use sdk" 2023-02-22 12:32:18 +00:00
identity Merge "Add authorization_ttl for identity providers" 2022-09-30 12:31:51 +00:00
image Add missing documentation for state options for "image set" 2023-02-22 10:14:21 +00:00
locale/tr_TR/LC_MESSAGES Imported Translations from Zanata 2018-03-01 07:25:50 +00:00
network Fix --security-group for port list 2023-03-20 15:19:46 +01:00
object Add storage policy option to create container command 2020-02-19 10:08:48 +13:00
tests Fix --security-group for port list 2023-03-20 15:19:46 +01:00
volume Merge "Wait for volume being available to set bootable or readonly" 2023-02-22 12:32:20 +00:00
__init__.py Clean up W503 and E402 pep8 errors 2018-04-15 12:23:06 +09:00
i18n.py Remove log translations 2017-03-21 17:23:09 +08:00
shell.py Remove usage of six 2020-10-07 02:15:25 +00:00