{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}{% endblock %} {% block form_action %}{% url 'horizon:admin:volumes:volume_types:create_type' %}{% endblock %} {% block modal_id %}create_volume_type_modal{% endblock %} {% block modal-header %}{% trans "Create Volume Type" %}{% endblock %} {% block modal-body %}
{% blocktrans %} 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 cinder type-create 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 %}