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"> <div class="right">
<h3>{% trans "Description" %}:</h3> <h3>{% trans "Description" %}:</h3>
<p>{% blocktrans %} <p>{% blocktrans %}
The volume type defines the characteristics of a volume. Volume type is a type or label that can be selected at volume creation
It usually maps to a set of capabilities of the storage back-end driver to be used for this volume. time in OpenStack. It usually maps to a set of capabilities of the storage
Examples: "Performance", "SSD", "Backup", etc. back-end driver to be used for this volume. Examples: "Performance",
{% endblocktrans %}</p> "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> </div>
{% endblock %} {% endblock %}