make nova boot command match data from prior example

This patches the "Create volume from image and boot instance"
instructions such that the "nova boot" command in step 4 uses an image
id from the "nova image-list" command in step 1.  This will help avoid
confusion as to where exactly that id is coming from.

Change-Id: I9e11851beaa7548cd8c366f3b6d26d318b42e1a8
This commit is contained in:
Lars Kellogg-Stedman 2015-03-20 10:09:07 -04:00
parent 37f380ab8f
commit c349164592
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@
instance boots. The volume is not deleted when the instance
is terminated:</para>
<screen><prompt>$</prompt> <userinput>nova boot --flavor 2 \
--block-device source=image,id=e0b7734d-2331-42a3-b19e-067adc0da17d,dest=volume,size=10,shutdown=preserve,bootindex=0 \
--block-device source=image,id=484e05af-a14d-4567-812b-28122d1c2260,dest=volume,size=10,shutdown=preserve,bootindex=0 \
myInstanceFromVolume</userinput>
<computeroutput>+--------------------------------------+-------------------------------------------------+
| Property | Value |