summaryrefslogtreecommitdiff
path: root/doc/source/admin/drivers/redfish.rst
diff options
context:
space:
mode:
authorArne Wiebalck <Arne.Wiebalck@cern.ch>2020-03-05 14:10:09 +0100
committerArne Wiebalck <Arne.Wiebalck@cern.ch>2020-03-05 14:10:09 +0100
commit7a15df60c3da28bbae44e8e3cbb0b5c4042730ed (patch)
tree2ce4970e4f5b8e76e0ebcea29ebe24bcafdf0448 /doc/source/admin/drivers/redfish.rst
parentcbbd473899cb4db4d5ee03294f4f6b56bcc7076f (diff)
downloadironic-7a15df60c3da28bbae44e8e3cbb0b5c4042730ed.tar.gz
[doc] Missing --name option
The --name parameter needs to be passed when a node is created with a name. Change-Id: I7e4416113d06b3f10a78c28e14c9add89c21ef95
Diffstat (limited to 'doc/source/admin/drivers/redfish.rst')
-rw-r--r--doc/source/admin/drivers/redfish.rst2
1 files changed, 1 insertions, 1 deletions
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.