[doc] Missing --name option

The --name parameter needs to be passed when a node is created
with a name.

Change-Id: I7e4416113d06b3f10a78c28e14c9add89c21ef95
This commit is contained in:
Arne Wiebalck 2020-03-05 14:10:09 +01:00
parent cbbd473899
commit 7a15df60c3
1 changed files with 1 additions and 1 deletions

View File

@ -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.