Add the ability to resize gnocchi filesystem through horizon

This update allows user to update gnocchi filesystem size via horizon.

Change-Id: If7581bdcae565a42e2bd9e6c1adb30d2f2bf65ab
Closes-Bug: 1800910
Signed-off-by: Angie Wang <angie.wang@windriver.com>
This commit is contained in:
Angie Wang 2018-11-09 15:56:54 -05:00
parent ef157ff4ff
commit cee6f08c9d
1 changed files with 6 additions and 0 deletions

View File

@ -691,6 +691,12 @@ class UpdateiStorage(forms.SelfHandlingForm):
help_text=_("Glance image storage space in gibibytes."),
min_value=0)
gnocchi = forms.IntegerField(
label=_("Gnocchi Storage (GiB)"),
required=True,
help_text=_("Gnocchi storage space in gibibytes."),
min_value=0)
backup = forms.IntegerField(
label=_("Backup Storage (GiB)"),
required=True,