Fix: Help text for creating group type has incorrect description

This patch fixes the issue.

Change-Id: I39d0f33030bca62a15c93837b4761c36d4cd372c
Closes-Bug: #1820935
This commit is contained in:
manchandavishal 2019-03-20 16:38:54 +00:00
parent e649d6b409
commit 177f9be744
1 changed files with 2 additions and 2 deletions

View File

@ -6,10 +6,10 @@
<p>{% 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
<tt>cinder type-create</tt> 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 %}
</p>