Bases: openstack_dashboard.dashboards.project.networks.subnets.workflows.CreateSubnetInfoAction
-
base_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0x9029510>), ('address_source', <django.forms.fields.ChoiceField object at 0x77abbd0>), ('subnetpool', <django.forms.fields.ChoiceField object at 0x77ab150>), ('prefixlen', <django.forms.fields.ChoiceField object at 0x77abb90>), ('cidr', <horizon.forms.fields.IPField object at 0x6a38610>), ('ip_version', <django.forms.fields.ChoiceField object at 0x9045510>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x76b8090>), ('no_gateway', <django.forms.fields.BooleanField object at 0x76b82d0>), ('with_subnet', <django.forms.fields.BooleanField object at 0x6829c90>)])
-
clean()[source]
-
declared_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0x9029510>), ('address_source', <django.forms.fields.ChoiceField object at 0x77abbd0>), ('subnetpool', <django.forms.fields.ChoiceField object at 0x77ab150>), ('prefixlen', <django.forms.fields.ChoiceField object at 0x77abb90>), ('cidr', <horizon.forms.fields.IPField object at 0x6a38610>), ('ip_version', <django.forms.fields.ChoiceField object at 0x9045510>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x76b8090>), ('no_gateway', <django.forms.fields.BooleanField object at 0x76b82d0>), ('with_subnet', <django.forms.fields.BooleanField object at 0x6829c90>)])
-
help_text = <django.utils.functional.__proxy__ object at 0x9045910>
-
help_text_template = None
-
media
-
name = <django.utils.functional.__proxy__ object at 0x9045f90>
-
permissions = ()
-
progress_message = <django.utils.functional.__proxy__ object at 0x90451d0>
-
slug = u'updatesubnetinfoaction'