Merge "Made storage location help text more descriptive."

This commit is contained in:
Jenkins 2014-09-05 00:10:16 +00:00 committed by Gerrit Code Review
commit f95391e550

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"}))