diff --git a/starlingx-dashboard/starlingx-dashboard/starlingx_dashboard/dashboards/admin/system_config/forms.py b/starlingx-dashboard/starlingx-dashboard/starlingx_dashboard/dashboards/admin/system_config/forms.py index 093c5cdb..d6fda0ab 100755 --- a/starlingx-dashboard/starlingx-dashboard/starlingx_dashboard/dashboards/admin/system_config/forms.py +++ b/starlingx-dashboard/starlingx-dashboard/starlingx_dashboard/dashboards/admin/system_config/forms.py @@ -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,