ironic/releasenotes/notes/add-port-internal-info-b7e02889416570f7.yaml
Vladyslav Drok 0a5bb693ef Add internal_info field to ports and portgroups
In case of ports, it is also added to the API, as a readonly field.
It will be used for any port-specific internal information ironic
needs to store inside the port object. In this change we start using
it to store UUIDs of the cleaning ports that ironic creates, instead
of fiddling with port.extra['vif_port_id'], as extra is intended for
operator use only.

Partial-bug: #1526403

Change-Id: Ib62c3e32305619d0c55f8ec7e45b067f0f0b32d4
2016-07-07 19:56:13 +03:00

7 lines
280 B
YAML

---
features:
- A new dictionary field ``internal_info`` is added to the port API object.
It is readonly from the API side, and can contain any internal information
ironic needs to store for the port. ``cleaning_vif_port_id`` is being
stored inside this dictionary.