From 7c94e4af45c6913633e0e69156a994dca2293cef Mon Sep 17 00:00:00 2001 From: Dmitriy Chubinidze Date: Fri, 7 Mar 2025 19:21:59 +0000 Subject: [PATCH] Improve key-pair description Improving volume type extra specs description Change-Id: Ief0b619deefd7c18e882dee3932c5cd90209dbe4 Closes-Bug: #2101181 --- .../volume_types/templates/volume_types/extras/_create.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras/_create.html b/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras/_create.html index e876fa07d8..fd569637dc 100644 --- a/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras/_create.html +++ b/openstack_dashboard/dashboards/admin/volume_types/templates/volume_types/extras/_create.html @@ -4,4 +4,8 @@ {% block modal-body-right %}

{% trans "Description:" %}

{% trans 'Create a new "extra spec" key-value pair for a volume type.' %}

+
{% trans 'Example for LVM:' %}
+ {% trans 'Key:' %} volume_backend_name +

{% trans 'Value:' %} LVM

+

{% trans 'This example creates a lvm volume type with volume_backend_name=LVM as extra specifications.' %}

{% endblock %}