openstacksdk/releasenotes/notes/add_support_port_binding_attrs-c70966724eb970f3.yaml
Yang Youseok 5267c5bfed Support port binding extended attributes for querying port
Currently Port class does not have port binding extended attributes for
QueryParameters, so there is no way to filter using those properties.

Add those properties to QueryParameters to pass query validation so
that user can query using port binding attributes.

Change-Id: I48e4a2efce88f6e2c68ae63337a2cf5bb7303013
2018-06-20 06:50:41 +00:00

6 lines
200 B
YAML

---
features:
- Add support for query of port binding extended attributes including
'binding:host_id', 'binding:vnic_type', 'binding:vif_type',
'binding:vif_details', and 'binding:profile'.