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
This commit is contained in:
Ha Van Tu 2016-08-29 16:17:18 +07:00
parent b7db406ef8
commit c5ed2a4d5b

View File

@ -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