s/bootlable/bootable/

Fix typographical error only present in Grizzly documentation, it is not
present in havana or master (icehouse).

Change-Id: I802d0d20fa977b17a9895ffb7b58e5cab9c3697d
Closes-Bug: #1292001
This commit is contained in:
Stephen Gordon 2014-03-14 10:16:16 -04:00
parent 251f691aee
commit 2708c69c33
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
</simplesect>
<simplesect>
<title>Creating a Bootable Volume from an Image</title>
<para>Cinder has the ability to create a bootlable volume from an image stored in Glance.
<para>Cinder has the ability to create a bootable volume from an image stored in Glance.
<screen>
<prompt>#</prompt> <userinput>cinder create --image-id &lt;image_id> --display-name my-bootable-vol &lt;size></userinput>
</screen>
@ -167,4 +167,4 @@
<literal>--key_name</literal> with a valid keypair
name:<screen><prompt>$</prompt> <userinput>nova boot --flavor 2 --key_name <replaceable>mykey</replaceable> --block_device_mapping vda=13:::0 boot-from-vol-test</userinput></screen></para>
</simplesect>
</section>
</section>