Docs: correct expected host format for drac_address
The iDRAC driver expects a hostname or IP address in the drac_address field of the driver_info. Passing a URL does not work. Change-Id: I999f84ef5d7bc4b10cb8cf8dabdeb1f17172e824
This commit is contained in:
parent
17a65c89bb
commit
00342d997c
@ -49,7 +49,7 @@ The following command will enroll a bare metal node with the ``idrac``
|
||||
hardware type::
|
||||
|
||||
openstack baremetal node create --driver idrac \
|
||||
--driver-info drac_address=http://drac.host \
|
||||
--driver-info drac_address=drac.host \
|
||||
--driver-info drac_username=user \
|
||||
--driver-info drac_password=pa$$w0rd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user