openstacksdk/releasenotes/notes/baremetal-fields-624546fa533a8287.yaml
Dmitry Tantsur a263dfb4ee Add support for fields in baremetal get_* resources
Omitting Driver since it does not support fields.

Fixes two issues that used to be hidden by ignored 'params' argument
to Resource.fetch:
* Finding/deleting firewall rules ignore filters
* Incorrect invocation of fetch in DNS

Change-Id: I1f0abaec823be327e0e12a090155f97bc59e3489
2019-08-13 15:02:53 +02:00

6 lines
161 B
YAML

---
features:
- |
Adds support for fetching specific fields when getting bare metal
`Node`, `Port`, `PortGroup`, `Chassis` and `Allocation` resources.