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 0x2afcc8d8af90>
finalize_button_name = <django.utils.functional.__proxy__ object at 0x2afcc8d8afd0>
format_status_message(message)[source]
get_failure_url()[source]
get_success_url()[source]
handle(request, data)[source]
name = <django.utils.functional.__proxy__ object at 0x2afcc8d8ad90>
slug = 'create_network'
success_message = <django.utils.functional.__proxy__ object at 0x2afcc8d8ae50>
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')
class openstack_dashboard.dashboards.project.networks.workflows.CreateNetworkInfoAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

base_fields = {'net_name': <django.forms.fields.CharField object at 0x2afcc65ca610>, 'admin_state': <django.forms.fields.ChoiceField object at 0x2afcc6d841d0>}
help_text = <django.utils.functional.__proxy__ object at 0x2afcc6c1ad90>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x2afcc6c1ae10>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x2afcc9276f50>
slug = u'createnetworkinfoaction'
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 = {'enable_dhcp': <django.forms.fields.BooleanField object at 0x2afcc8fdd090>, 'ipv6_modes': <django.forms.fields.ChoiceField object at 0x2afcc8fdda50>, 'allocation_pools': <django.forms.fields.CharField object at 0x2afcc4a88750>, 'dns_nameservers': <django.forms.fields.CharField object at 0x2afcc7c5f690>, 'host_routes': <django.forms.fields.CharField object at 0x2afcc81d6b90>}
clean()[source]
help_text = <django.utils.functional.__proxy__ object at 0x2afcc81d6490>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x2afcc81d6850>
permissions = ()
populate_ipv6_modes_choices(request, context)[source]
progress_message = <django.utils.functional.__proxy__ object at 0x2afcc81d6750>
slug = u'createsubnetdetailaction'
class openstack_dashboard.dashboards.project.networks.workflows.CreateSubnetInfo(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of CreateSubnetInfoAction

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

Bases: horizon.workflows.base.Action

base_fields = {'with_subnet': <django.forms.fields.BooleanField object at 0x2afcc92764d0>, 'subnet_name': <django.forms.fields.CharField object at 0x2afcc9276f90>, 'cidr': <horizon.forms.fields.IPField object at 0x2afcc9276210>, 'ip_version': <django.forms.fields.ChoiceField object at 0x2afcc9406c90>, 'gateway_ip': <horizon.forms.fields.IPField object at 0x2afcc6351590>, 'no_gateway': <django.forms.fields.BooleanField object at 0x2afcc6351250>}
clean()[source]
help_text = <django.utils.functional.__proxy__ object at 0x2afcc8fdd690>
help_text_template = None
media
msg = <django.utils.functional.__proxy__ object at 0x2afcc6351f90>
name = <django.utils.functional.__proxy__ object at 0x2afcc6351550>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x2afcc8fdd7d0>
slug = u'createsubnetinfoaction'

Previous topic

The openstack_dashboard.dashboards.project.networks.panel Module

Next topic

The openstack_dashboard.dashboards.project.networks.forms Module

This Page