openstacksdk/releasenotes/notes/baremetal-patch-feebd96b1b92f3b9.yaml
Dmitry Tantsur 9ace77e69e Make PATCH a first class operation and support it for baremetal
The existing pattern of working with ironicclient is to use JSON patch to
update resources. To simplify migration let us support it as well.
Patching is also useful for granular updating of nested structures.

Deprecate two openstackcloud calls that are meaningless wrappers on
top of patch_machine/update_machine.

Change-Id: Idffaf8947f51e5854461808d9d42c576640bec56
2019-03-28 12:57:04 +01:00

14 lines
486 B
YAML

---
features:
- |
Adds support for changing bare metal resources by providing a JSON patch.
Adds the following calls to the bare metal proxy: ``patch_node``,
``patch_port``, ``patch_port_group`` and ``patch_chassis``.
deprecations:
- |
The ``set_node_instance_info`` call is deprecated, use ``patch_machine``
with the same arguments instead.
- |
The ``purge_node_instance_info`` call is deprecated, use ``patch_machine``
or ``update_machine`` instead.