{% 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:manage_qos_spec_association' type_id %}{% endblock %} {% block modal_id %}associate_qos_spec_modal{% endblock %} {% block modal-header %}{% trans "Associate QOS Spec with Volume Type"%}{% endblock %} {% block modal-body %}
{% blocktrans %}
Add, modify or remove the QOS Spec associated with this volume type.
"None" indicates that no QOS Spec is currently associated. Conversely, setting
the QOS Spec to "None" will remove the current association.
This is equivalent to the cinder qos-associate and cinder qos-disassociate
commands.
{% endblocktrans %}