From 177f9be7441351882757c0197eadcbd7e3be83b8 Mon Sep 17 00:00:00 2001 From: manchandavishal Date: Wed, 20 Mar 2019 16:38:54 +0000 Subject: [PATCH] Fix: Help text for creating group type has incorrect description This patch fixes the issue. Change-Id: I39d0f33030bca62a15c93837b4761c36d4cd372c Closes-Bug: #1820935 --- .../group_types/templates/group_types/_create_group_type.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openstack_dashboard/dashboards/admin/group_types/templates/group_types/_create_group_type.html b/openstack_dashboard/dashboards/admin/group_types/templates/group_types/_create_group_type.html index 7474fdce1c..a1ad13d1b8 100644 --- a/openstack_dashboard/dashboards/admin/group_types/templates/group_types/_create_group_type.html +++ b/openstack_dashboard/dashboards/admin/group_types/templates/group_types/_create_group_type.html @@ -6,10 +6,10 @@

{% blocktrans trimmed %} Group type is a type or label that can be selected at group creation time in OpenStack. It usually maps to a set of capabilities of the storage - back-end driver to be used for this volume. Examples: "Performance", + back-end driver to be used for this group. Examples: "Performance", "SSD", "Backup", etc. This is equivalent to the cinder type-create command. Once the group type gets created, - click the "Extra Specs" button to set up extra specs key-value + click the "View Specs" button to set up specs key-value pair(s) for that group type. {% endblocktrans %}