{% 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:edit_qos_spec_consumer' qos_spec_id %}{% endblock %} {% block modal_id %}associate_qos_spec_modal{% endblock %} {% block modal-header %}{% trans "Edit Consumer of QOS Spec" %} {% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description:" %}

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