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

CreateNetwork.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'>)
CreateNetwork.failure_message = <django.utils.functional.__proxy__ object at 0x844d6d0>
CreateNetwork.finalize_button_name = <django.utils.functional.__proxy__ object at 0x844d450>
CreateNetwork.format_status_message(message)[source]
CreateNetwork.get_failure_url()[source]
CreateNetwork.get_success_url()[source]
CreateNetwork.handle(request, data)[source]
CreateNetwork.name = <django.utils.functional.__proxy__ object at 0x844d710>
CreateNetwork.slug = 'create_network'
CreateNetwork.success_message = <django.utils.functional.__proxy__ object at 0x844d510>
CreateNetwork.wizard = True
class openstack_dashboard.dashboards.project.networks.workflows.CreateNetworkInfo(workflow)[source]

Bases: horizon.workflows.base.Step

CreateNetworkInfo.action_class

alias of CreateNetworkInfoAction

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

Bases: horizon.workflows.base.Action

CreateNetworkInfoAction.base_fields = {'net_name': <django.forms.fields.CharField object at 0x7450250>, 'admin_state': <django.forms.fields.BooleanField object at 0x83cfad0>}
CreateNetworkInfoAction.help_text = <django.utils.functional.__proxy__ object at 0x83cf590>
CreateNetworkInfoAction.help_text_template = None
CreateNetworkInfoAction.media
CreateNetworkInfoAction.name = <django.utils.functional.__proxy__ object at 0x83cfa10>
CreateNetworkInfoAction.permissions = ()
CreateNetworkInfoAction.progress_message = <django.utils.functional.__proxy__ object at 0x83cfa90>
CreateNetworkInfoAction.slug = u'createnetworkinfoaction'
class openstack_dashboard.dashboards.project.networks.workflows.CreateSubnetDetail(workflow)[source]

Bases: horizon.workflows.base.Step

CreateSubnetDetail.action_class

alias of CreateSubnetDetailAction

CreateSubnetDetail.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

CreateSubnetDetailAction.base_fields = {'enable_dhcp': <django.forms.fields.BooleanField object at 0x834ef50>, 'allocation_pools': <django.forms.fields.CharField object at 0x8341950>, 'dns_nameservers': <django.forms.fields.CharField object at 0x837b0d0>, 'host_routes': <django.forms.fields.CharField object at 0x837b450>}
CreateSubnetDetailAction.clean()[source]
CreateSubnetDetailAction.help_text = <django.utils.functional.__proxy__ object at 0x837bb50>
CreateSubnetDetailAction.help_text_template = None
CreateSubnetDetailAction.media
CreateSubnetDetailAction.name = <django.utils.functional.__proxy__ object at 0x837b950>
CreateSubnetDetailAction.permissions = ()
CreateSubnetDetailAction.progress_message = <django.utils.functional.__proxy__ object at 0x844d990>
CreateSubnetDetailAction.slug = u'createsubnetdetailaction'
class openstack_dashboard.dashboards.project.networks.workflows.CreateSubnetInfo(workflow)[source]

Bases: horizon.workflows.base.Step

CreateSubnetInfo.action_class

alias of CreateSubnetInfoAction

CreateSubnetInfo.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

CreateSubnetInfoAction.base_fields = {'with_subnet': <django.forms.fields.BooleanField object at 0x83cf750>, 'subnet_name': <django.forms.fields.CharField object at 0x83cf450>, 'cidr': <horizon.utils.fields.IPField object at 0x83cf4d0>, 'ip_version': <django.forms.fields.ChoiceField object at 0x83cffd0>, 'gateway_ip': <horizon.utils.fields.IPField object at 0x8346250>, 'no_gateway': <django.forms.fields.BooleanField object at 0x834ef90>}
CreateSubnetInfoAction.clean()[source]
CreateSubnetInfoAction.help_text = <django.utils.functional.__proxy__ object at 0x834e450>
CreateSubnetInfoAction.help_text_template = None
CreateSubnetInfoAction.media
CreateSubnetInfoAction.name = <django.utils.functional.__proxy__ object at 0x834e4d0>
CreateSubnetInfoAction.permissions = ()
CreateSubnetInfoAction.progress_message = <django.utils.functional.__proxy__ object at 0x834e050>
CreateSubnetInfoAction.slug = u'createsubnetinfoaction'

Previous topic

The openstack_dashboard.dashboards.project.networks Module

Next topic

The openstack_dashboard.dashboards.project.networks.subnets.tables Module

This Page