Bases: openstack_dashboard.dashboards.admin.flavors.workflows.CreateFlavorInfoAction
-
UpdateFlavorInfoAction.base_fields = OrderedDict([('name', <django.forms.fields.RegexField object at 0x74ab6d0>), ('flavor_id', <django.forms.fields.CharField object at 0x7799410>), ('vcpus', <django.forms.fields.IntegerField object at 0x74abe10>), ('memory_mb', <django.forms.fields.IntegerField object at 0x74ab9d0>), ('disk_gb', <django.forms.fields.IntegerField object at 0x74ab3d0>), ('eph_gb', <django.forms.fields.IntegerField object at 0x74ab350>), ('swap_mb', <django.forms.fields.IntegerField object at 0x7799d50>)])
-
UpdateFlavorInfoAction.clean()[source]
-
UpdateFlavorInfoAction.declared_fields = OrderedDict([('name', <django.forms.fields.RegexField object at 0x74ab6d0>), ('flavor_id', <django.forms.fields.CharField object at 0x7799410>), ('vcpus', <django.forms.fields.IntegerField object at 0x74abe10>), ('memory_mb', <django.forms.fields.IntegerField object at 0x74ab9d0>), ('disk_gb', <django.forms.fields.IntegerField object at 0x74ab3d0>), ('eph_gb', <django.forms.fields.IntegerField object at 0x74ab350>), ('swap_mb', <django.forms.fields.IntegerField object at 0x7799d50>)])
-
UpdateFlavorInfoAction.help_text = <django.utils.functional.__proxy__ object at 0x7799490>
-
UpdateFlavorInfoAction.help_text_template = None
-
UpdateFlavorInfoAction.media
-
UpdateFlavorInfoAction.name = <django.utils.functional.__proxy__ object at 0x77993d0>
-
UpdateFlavorInfoAction.permissions = ()
-
UpdateFlavorInfoAction.progress_message = <django.utils.functional.__proxy__ object at 0x7799f90>
-
UpdateFlavorInfoAction.slug = 'update_info'