{% 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_qos_spec' %}{% endblock %} {% block modal_id %}create_volume_type_modal{% endblock %} {% block modal-header %}{% trans "Create QOS Spec" %}{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description" %}:

{% blocktrans %} QOS Specs can be associated with volume types. It is used to map to a set of quality of service capabilities requested by the volume owner. This is equivalent to the cinder qos-create command. Once the QOS Spec gets created, click the "Manage Specs" button to manage the key-value specs for the QOS Spec.

Each QOS Specs entity will have a "consumer" value which indicates where the administrator would like the QOS policy to be enforced. This value can be "front-end" (Nova Compute), "back-end" (Cinder back-end), or both. {% endblocktrans %}

{% endblock %} {% block modal-footer %} {% trans "Cancel" %} {% endblock %}