{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block modal-body-right %}

{% trans "Description:" %}

{% blocktrans trimmed %} 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 %}