diff --git a/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs/_create.html b/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs/_create.html index c229b50524..8522d05395 100644 --- a/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs/_create.html +++ b/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/qos_specs/_create.html @@ -5,16 +5,24 @@

{% trans "Description:" %}

{% blocktrans trimmed %} Create a new "spec" key-value pair for QoS Spec "{{ qos_spec_name }}". - Valid key names are expected in the QoS specs. The acceptable values for key are - "minIOPS", "maxIOPS" and "burstIOPS". + Valid key names are expected in the QoS specs. Refer to Cinder documentation + for the supported front-end and back-end keys. {% endblocktrans %}

- {% trans "Example:" %} + {% trans "Front-End Example:" %}

+

+

+ {% trans "Back-End Example:" %} +

{% endblock %}