summaryrefslogtreecommitdiff
path: root/releasenotes/notes/add-port-is-smartnic-4ce6974c8fe2732d.yaml
diff options
context:
space:
mode:
authorHamdy Khader <hamdyk@mellanox.com>2019-01-13 15:40:30 +0200
committerHamdy Khader <hamdyk@mellanox.com>2019-02-10 12:10:00 +0200
commit6325b6c13c82911cb144646a614b943bdf496518 (patch)
tree6aed938e0e69556403e0f1738ad3ff8b0d622678 /releasenotes/notes/add-port-is-smartnic-4ce6974c8fe2732d.yaml
parent506cb121609b73a9174bf2676c32c8ac7421a441 (diff)
downloadironic-6325b6c13c82911cb144646a614b943bdf496518.tar.gz
Expose is_smartnic in port API
Changes are made to support ironic handling is_smarting port attribute that was added in this change Ic2ffbd6f1035907ea5a18bda6d2b21e617194195 This change expose is_smartnic port field in REST API, updated API reference to include is_smartnic field and relevent documentations. API version updated to 1.53. Story: #2003346 Change-Id: I89ce54a0c034f2a5f82ff961ab06cfcc6d853bd4
Diffstat (limited to 'releasenotes/notes/add-port-is-smartnic-4ce6974c8fe2732d.yaml')
-rw-r--r--releasenotes/notes/add-port-is-smartnic-4ce6974c8fe2732d.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/releasenotes/notes/add-port-is-smartnic-4ce6974c8fe2732d.yaml b/releasenotes/notes/add-port-is-smartnic-4ce6974c8fe2732d.yaml
new file mode 100644
index 000000000..42891d474
--- /dev/null
+++ b/releasenotes/notes/add-port-is-smartnic-4ce6974c8fe2732d.yaml
@@ -0,0 +1,21 @@
+---
+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 developer 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.