ironic/releasenotes/notes/add-port-is-smartnic-4ce6974c8fe2732d.yaml
Hamdy Khader bcf5b37c73 [Follow Up] Expose is_smartnic in port API
fix release note
fix baremetal port creation documentation

Change-Id: I3c04c6318fcc70d95f2de3a2c2b16a9adf82ca18
2019-02-13 11:32:37 +02:00

22 lines
744 B
YAML

---
features:
- |
Adds an ``is_smartnic`` field to the port object in REST API version
1.53.
``is_smartnic`` field indicates if this port is a Smart NIC port,
False by default. This field may be set by operator to use baremetal
nodes with Smart NICs as ironic nodes.
The REST API endpoints related to ports provide support for the
``is_smartnic`` field. The `ironic admin documentation
<https://docs.openstack.org/ironic/latest/admin/multitenancy.html>`_
provides information on how to configure and use Smart NIC ports.
upgrade:
- |
Adds an ``is_smartnic`` field to the port object in REST API version
1.53.
Upgrading to this release will set ``is_smartnic`` to False for all
ports.