Merge "Improve help text for flavor creation"
This commit is contained in:
commit
2681101ef6
@ -68,9 +68,9 @@ class CreateFlavorAction(flavor_workflows.CreateFlavorInfoAction):
|
|||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
name = _("Flavor")
|
name = _("Flavor")
|
||||||
# FIXME(dtantsur): maybe better help text?
|
help_text = _("Flavors define the sizes for RAM, disk, number of "
|
||||||
help_text = _("From here you can create a new "
|
"cores, and other resources. Flavors should be "
|
||||||
"flavor to organize instance resources.")
|
"associated with roles when planning a deployment.")
|
||||||
|
|
||||||
|
|
||||||
class CreateFlavorStep(workflows.Step):
|
class CreateFlavorStep(workflows.Step):
|
||||||
|
Loading…
Reference in New Issue
Block a user