From bcf5b37c736bc36abe94489c366fe26f198a7e7a Mon Sep 17 00:00:00 2001 From: Hamdy Khader Date: Wed, 13 Feb 2019 11:32:37 +0200 Subject: [PATCH] [Follow Up] Expose is_smartnic in port API fix release note fix baremetal port creation documentation Change-Id: I3c04c6318fcc70d95f2de3a2c2b16a9adf82ca18 --- doc/source/admin/multitenancy.rst | 2 +- releasenotes/notes/add-port-is-smartnic-4ce6974c8fe2732d.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/admin/multitenancy.rst b/doc/source/admin/multitenancy.rst index ab48680e25..58aa05c609 100644 --- a/doc/source/admin/multitenancy.rst +++ b/doc/source/admin/multitenancy.rst @@ -181,7 +181,7 @@ Configuring nodes --local-link-connection port_id=$REP_NAME \ --pxe-enabled true \ --physical-network physnet1 \ - --is-smartnic true + --is-smartnic A Smart NIC port requires ``hostname`` which is the hostname of the Smart NIC, and ``port_id`` which is the representor port name within the Smart NIC. diff --git a/releasenotes/notes/add-port-is-smartnic-4ce6974c8fe2732d.yaml b/releasenotes/notes/add-port-is-smartnic-4ce6974c8fe2732d.yaml index 42891d4746..859be9a1cb 100644 --- a/releasenotes/notes/add-port-is-smartnic-4ce6974c8fe2732d.yaml +++ b/releasenotes/notes/add-port-is-smartnic-4ce6974c8fe2732d.yaml @@ -9,7 +9,7 @@ features: 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 + ``is_smartnic`` field. The `ironic admin documentation `_ provides information on how to configure and use Smart NIC ports. upgrade: