Fix ironic node create cli

Change-Id: Ief59bc5c498de70dec94743c25b68888acffc549
This commit is contained in:
wangzhengwei 2017-12-27 09:57:35 +00:00
parent 866b82ed69
commit 28a50d8a49
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ Steps to start a deployment are pretty similar to those when using Compute:
name (for example, ``ipmi``). You can also specify all the required
driver parameters in one command. This will return the node UUID::
openstack node create --driver ipmi \
openstack baremetal node create --driver ipmi \
--driver-info ipmi_address=ipmi.server.net \
--driver-info ipmi_username=user \
--driver-info ipmi_password=pass \