Fix glance yardstick-image cmd in installation doc 09/5309/2
authorKristian Hunt <kristian.hunt@gmail.com>
Mon, 28 Dec 2015 12:26:10 +0000 (14:26 +0200)
committerAna Cunha <ana.cunha@ericsson.com>
Thu, 7 Jan 2016 11:00:30 +0000 (11:00 +0000)
Glance image-create command should use --os-image-api-version 1 flag
for the is-public argument.

JIRA: YARDSTICK-68

Change-Id: I43a60a7dac186ae7c586aa98b6e5de9821caee60
Signed-off-by: Kristian Hunt <kristian.hunt@gmail.com>
docs/user_guides/framework/03-installation.rst

index d2cae36..31f8a92 100644 (file)
@@ -92,7 +92,8 @@ via the OpenStack Dashboard.
 Example command:
 ::
 
-  glance image-create --name yardstick-trusty-server --is-public true \
+  glance --os-image-api-version 1 image-create \
+  --name yardstick-trusty-server --is-public true \
   --disk-format qcow2 --container-format bare \
   --file /tmp/workspace/yardstick/yardstick-trusty-server.img