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:
Zane Bitter 2019-03-28 14:09:01 -04:00
parent 17a65c89bb
commit 00342d997c
1 changed files with 1 additions and 1 deletions

View File

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