mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
"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 |
||
|---|---|---|
| .. | ||
| v2 | ||
| __init__.py | ||
| client.py | ||
| common.py | ||
| utils.py | ||