9ace77e69e
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
14 lines
486 B
YAML
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.
|