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

Bases: horizon.workflows.base.Action

base_fields = {'net_name': <django.forms.fields.CharField object at 0xf40125ec>, 'admin_state': <django.forms.fields.BooleanField object at 0xf40126ac>}
help_text = <django.utils.functional.__proxy__ object at 0xf401288c>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0xf401282c>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0xf4012a4c>
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', '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 0xf409b36c>, 'allocation_pools': <django.forms.fields.CharField object at 0xf409b40c>, 'dns_nameservers': <django.forms.fields.CharField object at 0xf409b4ec>, 'host_routes': <django.forms.fields.CharField object at 0xf409b5ac>}
clean()[source]
help_text = <django.utils.functional.__proxy__ object at 0xf409b60c>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0xf409b62c>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0xf409b7ac>
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 0xf4012a6c>, 'subnet_name': <django.forms.fields.CharField object at 0xf4012acc>, 'cidr': <horizon.utils.fields.IPField object at 0xf4012c0c>, 'ip_version': <django.forms.fields.ChoiceField object at 0xf4012c8c>, 'gateway_ip': <horizon.utils.fields.IPField object at 0xf4012f8c>, 'no_gateway': <django.forms.fields.BooleanField object at 0xf409b0ec>}
clean()[source]
help_text = <django.utils.functional.__proxy__ object at 0xf409b14c>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0xf409b16c>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0xf409b32c>
slug = u'createsubnetinfoaction'

Previous topic

The openstack_dashboard.dashboards.project.volumes.volumes.tabs Module

Next topic

The openstack_dashboard.dashboards.project.networks.views Module

This Page