From 7cd409339fa8736046154ca8ac671c47c2cc29a8 Mon Sep 17 00:00:00 2001 From: Xinran Date: Fri, 29 Sep 2017 13:59:33 +0800 Subject: [PATCH] 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 --- doc/source/contributor/dev-quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/contributor/dev-quickstart.rst b/doc/source/contributor/dev-quickstart.rst index 95aca8e0..fbb91414 100644 --- a/doc/source/contributor/dev-quickstart.rst +++ b/doc/source/contributor/dev-quickstart.rst @@ -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 ================================