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 0xb350aa50>
finalize_button_name = <django.utils.functional.__proxy__ object at 0xb350a9f0>
format_status_message(message)[source]
get_failure_url()[source]
get_success_url()[source]
handle(request, data)[source]
name = <django.utils.functional.__proxy__ object at 0xb350a9d0>
slug = 'create_network'
success_message = <django.utils.functional.__proxy__ object at 0xb350aa10>
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 0xb3445b70>, 'net_profile_id': <django.forms.fields.ChoiceField object at 0xb3445d90>, 'admin_state': <django.forms.fields.BooleanField object at 0xb3445df0>}
get_network_profile_choices(request)[source]
help_text = <django.utils.functional.__proxy__ object at 0xb3445e50>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0xb3445e30>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0xb3445f90>
slug = u'createnetworkinfoaction'
widget = <django.forms.widgets.HiddenInput object at 0xb3445d70>
class openstack_dashboard.dashboards.project.networks.workflows.CreateSubnetDetail(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of CreateSubnetDetailAction

contributes = ('enable_dhcp', '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 0xb350a5f0>, 'allocation_pools': <django.forms.fields.CharField object at 0xb350a690>, 'dns_nameservers': <django.forms.fields.CharField object at 0xb350a770>, 'host_routes': <django.forms.fields.CharField object at 0xb350a830>}
clean()[source]
help_text = <django.utils.functional.__proxy__ object at 0xb350a8b0>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0xb350a890>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0xb350a9b0>
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 0xb34454d0>, 'subnet_name': <django.forms.fields.CharField object at 0xb350a050>, 'cidr': <horizon.utils.fields.IPField object at 0xb350a130>, 'ip_version': <django.forms.fields.ChoiceField object at 0xb350a1d0>, 'gateway_ip': <horizon.utils.fields.IPField object at 0xb350a2b0>, 'no_gateway': <django.forms.fields.BooleanField object at 0xb350a410>}
clean()[source]
help_text = <django.utils.functional.__proxy__ object at 0xb350a470>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0xb350a450>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0xb350a5b0>
slug = u'createsubnetinfoaction'

Previous topic

The openstack_dashboard.dashboards.project.networks.views Module

Next topic

The openstack_dashboard.dashboards.project.networks Module

This Page