The openstack_dashboard.dashboards.admin.networks.subnets.workflows
ModuleΒΆ
-
class
openstack_dashboard.dashboards.admin.networks.subnets.workflows.
CreateSubnet
(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source] Bases:
openstack_dashboard.dashboards.project.networks.subnets.workflows.CreateSubnet
-
default_steps
= (<class 'openstack_dashboard.dashboards.admin.networks.subnets.workflows.CreateSubnetInfo'>, <class 'openstack_dashboard.dashboards.project.networks.workflows.CreateSubnetDetail'>)
-
get_failure_url
()[source]
-
get_success_url
()[source]
-
handle
(request, data)[source]
-
-
class
openstack_dashboard.dashboards.admin.networks.subnets.workflows.
CreateSubnetInfo
(workflow)[source] Bases:
openstack_dashboard.dashboards.project.networks.subnets.workflows.CreateSubnetInfo
-
action_class
alias of
CreateSubnetInfoAction
-
-
class
openstack_dashboard.dashboards.admin.networks.subnets.workflows.
CreateSubnetInfoAction
(request, *args, **kwargs)[source] Bases:
openstack_dashboard.dashboards.project.networks.subnets.workflows.CreateSubnetInfoAction
-
base_fields
= OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0x9fb4850>), ('address_source', <django.forms.fields.ChoiceField object at 0x9fb4f50>), ('subnetpool', <django.forms.fields.ChoiceField object at 0x9fb4b10>), ('prefixlen', <django.forms.fields.ChoiceField object at 0x9fb47d0>), ('cidr', <horizon.forms.fields.IPField object at 0x9fb4210>), ('ip_version', <django.forms.fields.ChoiceField object at 0x9fb42d0>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x88a2c10>), ('no_gateway', <django.forms.fields.BooleanField object at 0x96b5ed0>), ('with_subnet', <django.forms.fields.BooleanField object at 0x90ef050>)])
-
check_subnet_range
= False
-
declared_fields
= OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0x9fb4850>), ('address_source', <django.forms.fields.ChoiceField object at 0x9fb4f50>), ('subnetpool', <django.forms.fields.ChoiceField object at 0x9fb4b10>), ('prefixlen', <django.forms.fields.ChoiceField object at 0x9fb47d0>), ('cidr', <horizon.forms.fields.IPField object at 0x9fb4210>), ('ip_version', <django.forms.fields.ChoiceField object at 0x9fb42d0>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x88a2c10>), ('no_gateway', <django.forms.fields.BooleanField object at 0x96b5ed0>), ('with_subnet', <django.forms.fields.BooleanField object at 0x90ef050>)])
-
help_text
= <django.utils.functional.__proxy__ object at 0x435c150>
-
help_text_template
= None
-
media
-
name
= <django.utils.functional.__proxy__ object at 0x435cc90>
-
permissions
= ()
-
policy_rules
= ()
-
progress_message
= <django.utils.functional.__proxy__ object at 0x435c610>
-
slug
= u'createsubnetinfoaction'
-
-
class
openstack_dashboard.dashboards.admin.networks.subnets.workflows.
UpdateSubnet
(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source] Bases:
openstack_dashboard.dashboards.project.networks.subnets.workflows.UpdateSubnet
-
default_steps
= (<class 'openstack_dashboard.dashboards.admin.networks.subnets.workflows.UpdateSubnetInfo'>, <class 'openstack_dashboard.dashboards.project.networks.subnets.workflows.UpdateSubnetDetail'>)
-
failure_url
= 'horizon:admin:networks:detail'
-
success_url
= 'horizon:admin:networks:detail'
-
-
class
openstack_dashboard.dashboards.admin.networks.subnets.workflows.
UpdateSubnetInfo
(workflow)[source] Bases:
openstack_dashboard.dashboards.project.networks.subnets.workflows.UpdateSubnetInfo
-
action_class
alias of
UpdateSubnetInfoAction
-
-
class
openstack_dashboard.dashboards.admin.networks.subnets.workflows.
UpdateSubnetInfoAction
(request, *args, **kwargs)[source] Bases:
openstack_dashboard.dashboards.project.networks.subnets.workflows.UpdateSubnetInfoAction
-
base_fields
= OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0x9fb4850>), ('address_source', <horizon.forms.fields.ThemableChoiceField object at 0x78bd450>), ('subnetpool', <horizon.forms.fields.ThemableChoiceField object at 0x78bd5d0>), ('prefixlen', <horizon.forms.fields.ThemableChoiceField object at 0x78bde90>), ('cidr', <horizon.forms.fields.IPField object at 0x78bdf90>), ('ip_version', <horizon.forms.fields.ThemableChoiceField object at 0x78bdf10>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x88a2c10>), ('no_gateway', <django.forms.fields.BooleanField object at 0x96b5ed0>), ('with_subnet', <django.forms.fields.BooleanField object at 0x90ef050>)])
-
check_subnet_range
= False
-
declared_fields
= OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0x9fb4850>), ('address_source', <horizon.forms.fields.ThemableChoiceField object at 0x78bd450>), ('subnetpool', <horizon.forms.fields.ThemableChoiceField object at 0x78bd5d0>), ('prefixlen', <horizon.forms.fields.ThemableChoiceField object at 0x78bde90>), ('cidr', <horizon.forms.fields.IPField object at 0x78bdf90>), ('ip_version', <horizon.forms.fields.ThemableChoiceField object at 0x78bdf10>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x88a2c10>), ('no_gateway', <django.forms.fields.BooleanField object at 0x96b5ed0>), ('with_subnet', <django.forms.fields.BooleanField object at 0x90ef050>)])
-
help_text
= <django.utils.functional.__proxy__ object at 0x435c910>
-
help_text_template
= None
-
media
-
name
= <django.utils.functional.__proxy__ object at 0x435c390>
-
permissions
= ()
-
policy_rules
= ()
-
progress_message
= <django.utils.functional.__proxy__ object at 0x435cbd0>
-
slug
= u'updatesubnetinfoaction'
-