From 7a15df60c3da28bbae44e8e3cbb0b5c4042730ed Mon Sep 17 00:00:00 2001 From: Arne Wiebalck Date: Thu, 5 Mar 2020 14:10:09 +0100 Subject: [doc] Missing --name option The --name parameter needs to be passed when a node is created with a name. Change-Id: I7e4416113d06b3f10a78c28e14c9add89c21ef95 --- doc/source/admin/drivers/redfish.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source/admin/drivers/redfish.rst') diff --git a/doc/source/admin/drivers/redfish.rst b/doc/source/admin/drivers/redfish.rst index 925d8dd50..2e5a50a2b 100644 --- a/doc/source/admin/drivers/redfish.rst +++ b/doc/source/admin/drivers/redfish.rst @@ -99,7 +99,7 @@ a node with the ``redfish`` driver. For example: redfish_address=https://example.com --driver-info \ redfish_system_id=/redfish/v1/Systems/CX34R87 --driver-info \ redfish_username=admin --driver-info redfish_password=password \ - node-0 + --name node-0 For more information about enrolling nodes see :ref:`enrollment` in the install guide. -- cgit v1.2.1