Fixes small typo in Admin Guide

As reported in LP#1281422, small typo error. This
patch fixes that.

Change-Id: Icf9fdea7d3e876821ab168015202d95436d9428e
Closes-Bug: #1281422
This commit is contained in:
Rhys Oxenham 2014-02-18 10:54:45 +01:00
parent 8f98b06266
commit b1d27d1d7b

View File

@ -111,7 +111,7 @@ volume_backend_name=LVM_iSCSI_b</programlisting>
<para>Before using it, a volume type has to be declared to
Block Storage. This can be done by the following command:</para>
<screen><prompt>$</prompt> <userinput>cinder --os-username admin --os-tenant-name admin type-create lvm</userinput></screen>
<para>Then, an extra-specification have to be created to link
<para>Then, an extra-specification has to be created to link
the volume type to a back-end name. Run this
command:</para>
<screen><prompt>$</prompt> <userinput>cinder --os-username admin --os-tenant-name admin type-key lvm set volume_backend_name=LVM_iSCSI</userinput></screen>