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 0x7ccb210>
CreateNetwork.finalize_button_name = <django.utils.functional.__proxy__ object at 0x7ccb110>
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 0x7ccb050>
CreateNetwork.slug = 'create_network'
CreateNetwork.success_message = <django.utils.functional.__proxy__ object at 0x7ccb190>
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 0x7cc4cd0>, 'admin_state': <django.forms.fields.BooleanField object at 0x7cc4e90>}
CreateNetworkInfoAction.help_text = <django.utils.functional.__proxy__ object at 0x7cc4f10>
CreateNetworkInfoAction.help_text_template = None
CreateNetworkInfoAction.media
CreateNetworkInfoAction.name = 'Network'
CreateNetworkInfoAction.permissions = ()
CreateNetworkInfoAction.progress_message = u'Processing...'
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 0x7cc79d0>, 'allocation_pools': <django.forms.fields.CharField object at 0x7cc7b90>, 'dns_nameservers': <django.forms.fields.CharField object at 0x7cc7d50>, 'host_routes': <django.forms.fields.CharField object at 0x7cc7ed0>}
CreateSubnetDetailAction.clean()[source]
CreateSubnetDetailAction.help_text = <django.utils.functional.__proxy__ object at 0x7cc7f90>
CreateSubnetDetailAction.help_text_template = None
CreateSubnetDetailAction.media
CreateSubnetDetailAction.name = 'Subnet Detail'
CreateSubnetDetailAction.permissions = ()
CreateSubnetDetailAction.progress_message = u'Processing...'
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 0x7cc7090>, 'subnet_name': <django.forms.fields.CharField object at 0x7cc7210>, 'cidr': <horizon.utils.fields.IPField object at 0x7cc7410>, 'ip_version': <django.forms.fields.ChoiceField object at 0x7cc7550>, 'gateway_ip': <horizon.utils.fields.IPField object at 0x7cc76d0>, 'no_gateway': <django.forms.fields.BooleanField object at 0x7cc77d0>}
CreateSubnetInfoAction.clean()[source]
CreateSubnetInfoAction.help_text = <django.utils.functional.__proxy__ object at 0x7cc7850>
CreateSubnetInfoAction.help_text_template = None
CreateSubnetInfoAction.media
CreateSubnetInfoAction.name = 'Subnet'
CreateSubnetInfoAction.permissions = ()
CreateSubnetInfoAction.progress_message = u'Processing...'
CreateSubnetInfoAction.slug = u'createsubnetinfoaction'

Previous topic

The openstack_dashboard.dashboards.project.networks.views Module

Next topic

The openstack_dashboard.dashboards.project.networks.urls Module

This Page