From 0a6759be4137528c7173f5f23ba21ce9050cd98e Mon Sep 17 00:00:00 2001 From: Caleb Boylan Date: Thu, 18 Feb 2016 14:11:04 -0800 Subject: [PATCH] Update command for uploading a raw image The command for uploading a raw image is actually the command for uploading a qcow2 image, fix this to be correct Change-Id: I33f8aaa5ce529048b7a3aadd53858269e77c74b4 --- doc/user-guide/source/cli_cheat_sheet.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user-guide/source/cli_cheat_sheet.rst b/doc/user-guide/source/cli_cheat_sheet.rst index 1e365879bc..75902585b6 100644 --- a/doc/user-guide/source/cli_cheat_sheet.rst +++ b/doc/user-guide/source/cli_cheat_sheet.rst @@ -75,7 +75,7 @@ Register raw image .. code-block:: console - $ glance image-create --name "cirros-qcow2" --disk-format qcow2 \ + $ glance image-create --name "cirros-raw" --disk-format raw \ --container-format bare --is-public False \ --file ~/images/cirros-0.3.1~pre4-x86_64-disk.img