Made storage location help text more descriptive.

Change-Id: I34c0dcc9f5efe7fba89c99e1d09cf6c3598809bd
Closes-Bug: 1361386
This commit is contained in:
Sam Betts 2014-08-26 11:56:10 +01:00
parent c268f36350
commit b43abe88a7
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class GeneralConfigAction(workflows.Action):
storage = forms.ChoiceField(
label=_("Storage location"),
help_text=_("Storage"),
help_text=_("Choose a storage location"),
choices=[("ephemeral_drive", "Ephemeral Drive"),
("cinder_volume", "Cinder Volume")],
widget=forms.Select(attrs={"class": "storage_field"}))