The openstack_dashboard.dashboards.project.networks.workflows ModuleΒΆ

class openstack_dashboard.dashboards.project.networks.workflows.CreateNetwork(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source]

Bases: horizon.workflows.base.Workflow

default_steps = (<class 'openstack_dashboard.dashboards.project.networks.workflows.CreateNetworkInfo'>, <class 'openstack_dashboard.dashboards.project.networks.workflows.CreateSubnetInfo'>, <class 'openstack_dashboard.dashboards.project.networks.workflows.CreateSubnetDetail'>)
failure_message = <django.utils.functional.__proxy__ object at 0x9f07a10>
finalize_button_name = <django.utils.functional.__proxy__ object at 0x9f07a90>
format_status_message(message)[source]
get_failure_url()[source]
get_success_url()[source]
handle(request, data)[source]
name = <django.utils.functional.__proxy__ object at 0x9f07f10>
slug = 'create_network'
success_message = <django.utils.functional.__proxy__ object at 0x9f074d0>
wizard = True
class openstack_dashboard.dashboards.project.networks.workflows.CreateNetworkInfo(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of CreateNetworkInfoAction

contributes = ('net_name', 'admin_state', 'net_profile_id', 'with_subnet', 'shared')
class openstack_dashboard.dashboards.project.networks.workflows.CreateNetworkInfoAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

base_fields = OrderedDict([('net_name', <django.forms.fields.CharField object at 0x8967f90>), ('net_profile_id', <horizon.forms.fields.ThemableChoiceField object at 0x89674d0>), ('admin_state', <horizon.forms.fields.ThemableChoiceField object at 0x9bfa190>), ('shared', <django.forms.fields.BooleanField object at 0x9bfa310>), ('with_subnet', <django.forms.fields.BooleanField object at 0x8a50fd0>)])
declared_fields = OrderedDict([('net_name', <django.forms.fields.CharField object at 0x8967f90>), ('net_profile_id', <horizon.forms.fields.ThemableChoiceField object at 0x89674d0>), ('admin_state', <horizon.forms.fields.ThemableChoiceField object at 0x9bfa190>), ('shared', <django.forms.fields.BooleanField object at 0x9bfa310>), ('with_subnet', <django.forms.fields.BooleanField object at 0x8a50fd0>)])
get_network_profile_choices(request)[source]
help_text = <django.utils.functional.__proxy__ object at 0x98aadd0>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x98aa510>
permissions = ()
policy_rules = ()
progress_message = <django.utils.functional.__proxy__ object at 0x9c6e910>
slug = u'createnetworkinfoaction'
widget = <django.forms.widgets.HiddenInput object at 0x8967d50>
class openstack_dashboard.dashboards.project.networks.workflows.CreateSubnetDetail(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of CreateSubnetDetailAction

contributes = ('enable_dhcp', 'ipv6_modes', 'allocation_pools', 'dns_nameservers', 'host_routes')
class openstack_dashboard.dashboards.project.networks.workflows.CreateSubnetDetailAction(request, context, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

base_fields = OrderedDict([('enable_dhcp', <django.forms.fields.BooleanField object at 0x9e10f90>), ('ipv6_modes', <django.forms.fields.ChoiceField object at 0x9f07ed0>), ('allocation_pools', <django.forms.fields.CharField object at 0x9f07750>), ('dns_nameservers', <django.forms.fields.CharField object at 0x9f07310>), ('host_routes', <django.forms.fields.CharField object at 0x9f07610>)])
clean()[source]
declared_fields = OrderedDict([('enable_dhcp', <django.forms.fields.BooleanField object at 0x9e10f90>), ('ipv6_modes', <django.forms.fields.ChoiceField object at 0x9f07ed0>), ('allocation_pools', <django.forms.fields.CharField object at 0x9f07750>), ('dns_nameservers', <django.forms.fields.CharField object at 0x9f07310>), ('host_routes', <django.forms.fields.CharField object at 0x9f07610>)])
help_text = <django.utils.functional.__proxy__ object at 0x9f07110>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x9f076d0>
permissions = ()
policy_rules = ()
populate_ipv6_modes_choices(request, context)[source]
progress_message = <django.utils.functional.__proxy__ object at 0x9f07250>
slug = u'createsubnetdetailaction'
class openstack_dashboard.dashboards.project.networks.workflows.CreateSubnetInfo(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of CreateSubnetInfoAction

contributes = ('subnet_name', 'cidr', 'ip_version', 'gateway_ip', 'no_gateway', 'subnetpool', 'prefixlen', 'address_source')
class openstack_dashboard.dashboards.project.networks.workflows.CreateSubnetInfoAction(request, context, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

base_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0x8667b50>), ('address_source', <django.forms.fields.ChoiceField object at 0xa7263d0>), ('subnetpool', <django.forms.fields.ChoiceField object at 0x8d68090>), ('prefixlen', <django.forms.fields.ChoiceField object at 0x8d68950>), ('cidr', <horizon.forms.fields.IPField object at 0x8d68c50>), ('ip_version', <django.forms.fields.ChoiceField object at 0x96c93d0>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x96c9b10>), ('no_gateway', <django.forms.fields.BooleanField object at 0x9e10550>)])
clean()[source]
declared_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0x8667b50>), ('address_source', <django.forms.fields.ChoiceField object at 0xa7263d0>), ('subnetpool', <django.forms.fields.ChoiceField object at 0x8d68090>), ('prefixlen', <django.forms.fields.ChoiceField object at 0x8d68950>), ('cidr', <horizon.forms.fields.IPField object at 0x8d68c50>), ('ip_version', <django.forms.fields.ChoiceField object at 0x96c93d0>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x96c9b10>), ('no_gateway', <django.forms.fields.BooleanField object at 0x9e10550>)])
get_subnetpool_choices(request)[source]
help_text = <django.utils.functional.__proxy__ object at 0x9e10810>
help_text_template = None
hide_subnetpool_choices()[source]
media
name = <django.utils.functional.__proxy__ object at 0x9e10b50>
permissions = ()
policy_rules = ()
progress_message = <django.utils.functional.__proxy__ object at 0x9e10e10>
slug = u'createsubnetinfoaction'

Previous topic

The openstack_dashboard.dashboards.project.networks.views Module

Next topic

The openstack_dashboard.dashboards.project.networks.ports Module

This Page