Merge "replace "baremetal" with "baremetalcompute" in command line"

This commit is contained in:
Jenkins 2017-10-09 01:43:27 +00:00 committed by Gerrit Code Review
commit dbd0822b50
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ Source credentials, and spawn a server as the ``demo`` user::
net=$(openstack network show private -f value -c id)
# spawn a server
openstack baremetal server create --flavor $MOGAN_DEFAULT_FLAVOR --nic net-id=$net --image $image test
openstack baremetalcompute server create --flavor $MOGAN_DEFAULT_FLAVOR --nic net-id=$net --image $image test
Building developer documentation
================================