Bases: openstack_dashboard.dashboards.project.networks.subnets.workflows.CreateSubnetInfoAction
-
base_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0xa6faa90>), ('address_source', <django.forms.fields.ChoiceField object at 0xa84d250>), ('subnetpool', <django.forms.fields.ChoiceField object at 0xa84d0d0>), ('prefixlen', <django.forms.fields.ChoiceField object at 0xa84d1d0>), ('cidr', <horizon.forms.fields.IPField object at 0xa84d450>), ('ip_version', <django.forms.fields.ChoiceField object at 0xa84d7d0>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x9506410>), ('no_gateway', <django.forms.fields.BooleanField object at 0xa339910>), ('with_subnet', <django.forms.fields.BooleanField object at 0x92e35d0>)])
-
clean()[source]
-
declared_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0xa6faa90>), ('address_source', <django.forms.fields.ChoiceField object at 0xa84d250>), ('subnetpool', <django.forms.fields.ChoiceField object at 0xa84d0d0>), ('prefixlen', <django.forms.fields.ChoiceField object at 0xa84d1d0>), ('cidr', <horizon.forms.fields.IPField object at 0xa84d450>), ('ip_version', <django.forms.fields.ChoiceField object at 0xa84d7d0>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x9506410>), ('no_gateway', <django.forms.fields.BooleanField object at 0xa339910>), ('with_subnet', <django.forms.fields.BooleanField object at 0x92e35d0>)])
-
help_text = <django.utils.functional.__proxy__ object at 0xa5b5c10>
-
help_text_template = None
-
media
-
name = <django.utils.functional.__proxy__ object at 0xa84d390>
-
permissions = ()
-
progress_message = <django.utils.functional.__proxy__ object at 0xa5b56d0>
-
slug = u'updatesubnetinfoaction'