Merge "Updated description of create volume type dialog"
This commit is contained in:
commit
2a67bbe966
@ -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 %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user