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 0x70cedd0>
finalize_button_name = <django.utils.functional.__proxy__ object at 0x70ce810>
format_status_message(message)[source]
get_failure_url()[source]
get_success_url()[source]
handle(request, data)[source]
name = <django.utils.functional.__proxy__ object at 0x70ce250>
slug = 'create_network'
success_message = <django.utils.functional.__proxy__ object at 0x70ce950>
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 = OrderedDict([('net_name', <django.forms.fields.CharField object at 0x9434d50>), ('admin_state', <django.forms.fields.ChoiceField object at 0x9434a50>)])
declared_fields = OrderedDict([('net_name', <django.forms.fields.CharField object at 0x9434d50>), ('admin_state', <django.forms.fields.ChoiceField object at 0x9434a50>)])
help_text = <django.utils.functional.__proxy__ object at 0x9434b10>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x9434610>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x9434890>
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', '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

base_fields = OrderedDict([('enable_dhcp', <django.forms.fields.BooleanField object at 0x72a18d0>), ('ipv6_modes', <django.forms.fields.ChoiceField object at 0x72a1190>), ('allocation_pools', <django.forms.fields.CharField object at 0x61c5c90>), ('dns_nameservers', <django.forms.fields.CharField object at 0x61c5ad0>), ('host_routes', <django.forms.fields.CharField object at 0x61c5690>)])
clean()[source]
declared_fields = OrderedDict([('enable_dhcp', <django.forms.fields.BooleanField object at 0x72a18d0>), ('ipv6_modes', <django.forms.fields.ChoiceField object at 0x72a1190>), ('allocation_pools', <django.forms.fields.CharField object at 0x61c5c90>), ('dns_nameservers', <django.forms.fields.CharField object at 0x61c5ad0>), ('host_routes', <django.forms.fields.CharField object at 0x61c5690>)])
help_text = <django.utils.functional.__proxy__ object at 0x61c5f50>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x61c5790>
permissions = ()
populate_ipv6_modes_choices(request, context)[source]
progress_message = <django.utils.functional.__proxy__ object at 0x70cecd0>
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 = OrderedDict([('with_subnet', <django.forms.fields.BooleanField object at 0x9434690>), ('subnet_name', <django.forms.fields.CharField object at 0x768fad0>), ('cidr', <horizon.forms.fields.IPField object at 0x37fb9d0>), ('ip_version', <django.forms.fields.ChoiceField object at 0x37fb290>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x37fbf50>), ('no_gateway', <django.forms.fields.BooleanField object at 0x37fb410>)])
clean()[source]
declared_fields = OrderedDict([('with_subnet', <django.forms.fields.BooleanField object at 0x9434690>), ('subnet_name', <django.forms.fields.CharField object at 0x768fad0>), ('cidr', <horizon.forms.fields.IPField object at 0x37fb9d0>), ('ip_version', <django.forms.fields.ChoiceField object at 0x37fb290>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x37fbf50>), ('no_gateway', <django.forms.fields.BooleanField object at 0x37fb410>)])
help_text = <django.utils.functional.__proxy__ object at 0x72a1910>
help_text_template = None
media
msg = <django.utils.functional.__proxy__ object at 0x72a1750>
name = <django.utils.functional.__proxy__ object at 0x72a1810>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x72a1850>
slug = u'createsubnetinfoaction'

Previous topic

The openstack_dashboard.dashboards.project.networks.tables Module

Next topic

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

This Page