From c5ed2a4d5b6b328f33495f550683a7c8725e8e9b Mon Sep 17 00:00:00 2001 From: Ha Van Tu Date: Mon, 29 Aug 2016 16:17:18 +0700 Subject: [PATCH] Correct image id in example In the Openstack quick-start examle, the image UUID used in 'openstack create server' is 949c80c8-b4ac-4315-844e-69f9bef39ed1 but the result is a5604931-af06-4512-8046-d43aabf272d3. We should make them to be the same to avoid confusing Change-Id: Ia91886e996e0a399c2bc8db2aa3049bce1eb1a46 --- api-quick-start/source/api-quick-start.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-quick-start/source/api-quick-start.rst b/api-quick-start/source/api-quick-start.rst index cc0a11357..ee54cf491 100644 --- a/api-quick-start/source/api-quick-start.rst +++ b/api-quick-start/source/api-quick-start.rst @@ -694,7 +694,7 @@ command with the image and flavor IDs and the server name: .. code-block:: console - $ openstack server create --image 949c80c8-b4ac-4315-844e-69f9bef39ed1 --flavor 1 my_instance + $ openstack server create --image a5604931-af06-4512-8046-d43aabf272d3 --flavor 1 my_instance .. code-block:: console