Bases: openstack_dashboard.dashboards.project.networks.subnets.workflows.CreateSubnetInfoAction
-
base_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0x7f42443df990>), ('address_source', <horizon.forms.fields.ThemableChoiceField object at 0x7f42441eaf50>), ('subnetpool', <horizon.forms.fields.ThemableChoiceField object at 0x7f42441f80d0>), ('prefixlen', <horizon.forms.fields.ThemableChoiceField object at 0x7f42441f8150>), ('cidr', <horizon.forms.fields.IPField object at 0x7f42441f8250>), ('ip_version', <horizon.forms.fields.ThemableChoiceField object at 0x7f42441f8390>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x7f42441ecc10>), ('no_gateway', <django.forms.fields.BooleanField object at 0x7f42441ecd90>), ('with_subnet', <django.forms.fields.BooleanField object at 0x7f4244246910>)])
-
clean()[source]
-
declared_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0x7f42443df990>), ('address_source', <horizon.forms.fields.ThemableChoiceField object at 0x7f42441eaf50>), ('subnetpool', <horizon.forms.fields.ThemableChoiceField object at 0x7f42441f80d0>), ('prefixlen', <horizon.forms.fields.ThemableChoiceField object at 0x7f42441f8150>), ('cidr', <horizon.forms.fields.IPField object at 0x7f42441f8250>), ('ip_version', <horizon.forms.fields.ThemableChoiceField object at 0x7f42441f8390>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x7f42441ecc10>), ('no_gateway', <django.forms.fields.BooleanField object at 0x7f42441ecd90>), ('with_subnet', <django.forms.fields.BooleanField object at 0x7f4244246910>)])
-
help_text = <django.utils.functional.__proxy__ object at 0x7f42441f8450>
-
help_text_template = None
-
media
-
name = <django.utils.functional.__proxy__ object at 0x7f42441f8410>
-
permissions = ()
-
policy_rules = ()
-
progress_message = <django.utils.functional.__proxy__ object at 0x7f42441f8650>
-
slug = u'updatesubnetinfoaction'