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