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 0x9eae450>
CreateNetwork.finalize_button_name = <django.utils.functional.__proxy__ object at 0x9eae310>
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 0x9eaeb10>
CreateNetwork.slug = 'create_network'
CreateNetwork.success_message = <django.utils.functional.__proxy__ object at 0x9eaea90>
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', 'net_profile_id', 'with_subnet')
class openstack_dashboard.dashboards.project.networks.workflows.CreateNetworkInfoAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

CreateNetworkInfoAction.base_fields = OrderedDict([('net_name', <django.forms.fields.CharField object at 0xa3ec610>), ('net_profile_id', <django.forms.fields.ChoiceField object at 0xa3ec8d0>), ('admin_state', <django.forms.fields.ChoiceField object at 0xa3ecdd0>), ('with_subnet', <django.forms.fields.BooleanField object at 0xa3ec510>)])
CreateNetworkInfoAction.declared_fields = OrderedDict([('net_name', <django.forms.fields.CharField object at 0xa3ec610>), ('net_profile_id', <django.forms.fields.ChoiceField object at 0xa3ec8d0>), ('admin_state', <django.forms.fields.ChoiceField object at 0xa3ecdd0>), ('with_subnet', <django.forms.fields.BooleanField object at 0xa3ec510>)])
CreateNetworkInfoAction.get_network_profile_choices(request)[source]
CreateNetworkInfoAction.help_text = <django.utils.functional.__proxy__ object at 0xa3ec990>
CreateNetworkInfoAction.help_text_template = None
CreateNetworkInfoAction.media
CreateNetworkInfoAction.name = <django.utils.functional.__proxy__ object at 0xa3ec1d0>
CreateNetworkInfoAction.permissions = ()
CreateNetworkInfoAction.progress_message = <django.utils.functional.__proxy__ object at 0xa3ec890>
CreateNetworkInfoAction.slug = u'createnetworkinfoaction'
CreateNetworkInfoAction.widget = <django.forms.widgets.HiddenInput object at 0xa3ec450>
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', '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

CreateSubnetDetailAction.base_fields = OrderedDict([('enable_dhcp', <django.forms.fields.BooleanField object at 0x7edfe10>), ('ipv6_modes', <django.forms.fields.ChoiceField object at 0x7edf190>), ('allocation_pools', <django.forms.fields.CharField object at 0x7edfad0>), ('dns_nameservers', <django.forms.fields.CharField object at 0x7edf450>), ('host_routes', <django.forms.fields.CharField object at 0x7edfb90>)])
CreateSubnetDetailAction.clean()[source]
CreateSubnetDetailAction.declared_fields = OrderedDict([('enable_dhcp', <django.forms.fields.BooleanField object at 0x7edfe10>), ('ipv6_modes', <django.forms.fields.ChoiceField object at 0x7edf190>), ('allocation_pools', <django.forms.fields.CharField object at 0x7edfad0>), ('dns_nameservers', <django.forms.fields.CharField object at 0x7edf450>), ('host_routes', <django.forms.fields.CharField object at 0x7edfb90>)])
CreateSubnetDetailAction.help_text = <django.utils.functional.__proxy__ object at 0x9eae390>
CreateSubnetDetailAction.help_text_template = None
CreateSubnetDetailAction.media
CreateSubnetDetailAction.name = <django.utils.functional.__proxy__ object at 0x9eaef50>
CreateSubnetDetailAction.permissions = ()
CreateSubnetDetailAction.populate_ipv6_modes_choices(request, context)[source]
CreateSubnetDetailAction.progress_message = <django.utils.functional.__proxy__ object at 0x9eaeed0>
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 = ('subnet_name', 'cidr', 'ip_version', 'gateway_ip', 'no_gateway', 'subnetpool', 'prefixlen', 'address_source')
class openstack_dashboard.dashboards.project.networks.workflows.CreateSubnetInfoAction(request, context, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

CreateSubnetInfoAction.base_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0xa3ec190>), ('address_source', <django.forms.fields.ChoiceField object at 0xa3ec590>), ('subnetpool', <django.forms.fields.ChoiceField object at 0xa3ec950>), ('prefixlen', <django.forms.fields.ChoiceField object at 0xa3ece10>), ('cidr', <horizon.forms.fields.IPField object at 0x5dc5fd0>), ('ip_version', <django.forms.fields.ChoiceField object at 0x5dc53d0>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x7edff10>), ('no_gateway', <django.forms.fields.BooleanField object at 0x7edf110>)])
CreateSubnetInfoAction.clean()[source]
CreateSubnetInfoAction.declared_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0xa3ec190>), ('address_source', <django.forms.fields.ChoiceField object at 0xa3ec590>), ('subnetpool', <django.forms.fields.ChoiceField object at 0xa3ec950>), ('prefixlen', <django.forms.fields.ChoiceField object at 0xa3ece10>), ('cidr', <horizon.forms.fields.IPField object at 0x5dc5fd0>), ('ip_version', <django.forms.fields.ChoiceField object at 0x5dc53d0>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x7edff10>), ('no_gateway', <django.forms.fields.BooleanField object at 0x7edf110>)])
CreateSubnetInfoAction.get_subnetpool_choices(request)[source]
CreateSubnetInfoAction.help_text = <django.utils.functional.__proxy__ object at 0x7edf490>
CreateSubnetInfoAction.help_text_template = None
CreateSubnetInfoAction.hide_subnetpool_choices()[source]
CreateSubnetInfoAction.media
CreateSubnetInfoAction.msg = <django.utils.functional.__proxy__ object at 0x7edfcd0>
CreateSubnetInfoAction.name = <django.utils.functional.__proxy__ object at 0x7edf990>
CreateSubnetInfoAction.permissions = ()
CreateSubnetInfoAction.progress_message = <django.utils.functional.__proxy__ object at 0x7edf550>
CreateSubnetInfoAction.slug = u'createsubnetinfoaction'

Previous topic

The openstack_dashboard.dashboards.project.networks.forms Module

Next topic

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

This Page