Remove unnecessary "admin" from cinder type-create

cinder command doesn't contain "admin" subcommand, but there is
a typo in the doc. Maybe the typo came from --os-username which
was removed when writting the doc.
In this doc, there is not any --os-username descriptions. So this
patch removes "admin" instead of adding --os-username.

Change-Id: I75ce6ae51f1dd7a17d37076a94fcd2c9778cb806
This commit is contained in:
Ken'ichi Ohmichi 2014-12-03 04:14:57 +00:00
parent abc0baf0b2
commit 983471c61e

View File

@ -43,7 +43,7 @@ volume_backend_name=LVM_iSCSI</programlisting>
<simplesect>
<title>Volume type</title>
<para>Define a volume type in Block Storage:</para>
<screen><prompt>$</prompt> <userinput>cinder admin type-create lvm</userinput></screen>
<screen><prompt>$</prompt> <userinput>cinder type-create lvm</userinput></screen>
<para>Create an extra specification that links
the volume type to a back-end name:</para>
<screen><prompt>$</prompt> <userinput>cinder type-key lvm set volume_backend_name=LVM_iSCSI</userinput></screen>