Merge "Updated description of create volume type dialog"

This commit is contained in:
Jenkins 2014-07-29 03:24:16 +00:00 committed by Gerrit Code Review
commit 2a67bbe966
1 changed files with 9 additions and 4 deletions

View File

@ -17,10 +17,15 @@
<div class="right">
<h3>{% trans "Description" %}:</h3>
<p>{% blocktrans %}
The volume type defines the characteristics of a volume.
It usually maps to a set of capabilities of the storage back-end driver to be used for this volume.
Examples: "Performance", "SSD", "Backup", etc.
{% endblocktrans %}</p>
Volume type is a type or label that can be selected at volume creation
time in OpenStack. It usually maps to a set of capabilities of the storage
back-end driver to be used for this volume. Examples: "Performance",
"SSD", "Backup", etc. This is equivalent to the
<tt>cinder type-create</tt> command. Once the volume type gets created,
click the "View Extra Specs" button to set up extra specs key-value
pair(s) for that volume type.
{% endblocktrans %}
</p>
</div>
{% endblock %}