replace "baremetal" with "baremetalcompute" in command line

Mogan has update the pattern of CLI, but in this doc, it still uses the old pattern.

Change-Id: I61129e123e0658848028c915b00bcb9b5f925b4a
This commit is contained in:
Xinran 2017-09-29 13:59:33 +08:00
parent 7744129c83
commit 7cd409339f
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
================================