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 0x7f19b876f750>
finalize_button_name = <django.utils.functional.__proxy__ object at 0x7f19b876fc10>
format_status_message(message)[source]
get_failure_url()[source]
get_success_url()[source]
handle(request, data)[source]
name = <django.utils.functional.__proxy__ object at 0x7f19b876fcd0>
slug = 'create_network'
success_message = <django.utils.functional.__proxy__ object at 0x7f19b876fd90>
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', 'with_subnet', 'shared')
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 0x7f19b8612d50>), ('net_profile_id', <horizon.forms.fields.ThemableChoiceField object at 0x7f19b8612350>), ('admin_state', <horizon.forms.fields.ThemableChoiceField object at 0x7f19b86123d0>), ('shared', <django.forms.fields.BooleanField object at 0x7f19b86129d0>), ('with_subnet', <django.forms.fields.BooleanField object at 0x7f19b8612750>)])
declared_fields = OrderedDict([('net_name', <django.forms.fields.CharField object at 0x7f19b8612d50>), ('net_profile_id', <horizon.forms.fields.ThemableChoiceField object at 0x7f19b8612350>), ('admin_state', <horizon.forms.fields.ThemableChoiceField object at 0x7f19b86123d0>), ('shared', <django.forms.fields.BooleanField object at 0x7f19b86129d0>), ('with_subnet', <django.forms.fields.BooleanField object at 0x7f19b8612750>)])
get_network_profile_choices(request)[source]
help_text = <django.utils.functional.__proxy__ object at 0x7f19b85c6110>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x7f19b86125d0>
permissions = ()
policy_rules = ()
progress_message = <django.utils.functional.__proxy__ object at 0x7f19b881aa90>
slug = u'createnetworkinfoaction'
widget = <django.forms.widgets.HiddenInput object at 0x7f19b8612210>
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 0x7f19b8734710>), ('ipv6_modes', <django.forms.fields.ChoiceField object at 0x7f19b8734c50>), ('allocation_pools', <django.forms.fields.CharField object at 0x7f19b874fd50>), ('dns_nameservers', <django.forms.fields.CharField object at 0x7f19b874fdd0>), ('host_routes', <django.forms.fields.CharField object at 0x7f19b874f910>)])
clean()[source]
declared_fields = OrderedDict([('enable_dhcp', <django.forms.fields.BooleanField object at 0x7f19b8734710>), ('ipv6_modes', <django.forms.fields.ChoiceField object at 0x7f19b8734c50>), ('allocation_pools', <django.forms.fields.CharField object at 0x7f19b874fd50>), ('dns_nameservers', <django.forms.fields.CharField object at 0x7f19b874fdd0>), ('host_routes', <django.forms.fields.CharField object at 0x7f19b874f910>)])
help_text = <django.utils.functional.__proxy__ object at 0x7f19b874f790>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x7f19b874f750>
permissions = ()
policy_rules = ()
populate_ipv6_modes_choices(request, context)[source]
progress_message = <django.utils.functional.__proxy__ object at 0x7f19b874f210>
slug = u'createsubnetdetailaction'
class openstack_dashboard.dashboards.project.networks.workflows.CreateSubnetInfo(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of CreateSubnetInfoAction

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

base_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0x7f19b881a890>), ('address_source', <django.forms.fields.ChoiceField object at 0x7f19b881a8d0>), ('subnetpool', <django.forms.fields.ChoiceField object at 0x7f19b87dde10>), ('prefixlen', <django.forms.fields.ChoiceField object at 0x7f19b87dd890>), ('cidr', <horizon.forms.fields.IPField object at 0x7f19b879c4d0>), ('ip_version', <django.forms.fields.ChoiceField object at 0x7f19b879c850>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x7f19b87ca810>), ('no_gateway', <django.forms.fields.BooleanField object at 0x7f19b87ca750>)])
check_subnet_range = True
clean()[source]
declared_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0x7f19b881a890>), ('address_source', <django.forms.fields.ChoiceField object at 0x7f19b881a8d0>), ('subnetpool', <django.forms.fields.ChoiceField object at 0x7f19b87dde10>), ('prefixlen', <django.forms.fields.ChoiceField object at 0x7f19b87dd890>), ('cidr', <horizon.forms.fields.IPField object at 0x7f19b879c4d0>), ('ip_version', <django.forms.fields.ChoiceField object at 0x7f19b879c850>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x7f19b87ca810>), ('no_gateway', <django.forms.fields.BooleanField object at 0x7f19b87ca750>)])
get_subnetpool_choices(request)[source]
help_text = <django.utils.functional.__proxy__ object at 0x7f19b87ca8d0>
help_text_template = None
hide_subnetpool_choices()[source]
media
name = <django.utils.functional.__proxy__ object at 0x7f19b87caa90>
permissions = ()
policy_rules = ()
progress_message = <django.utils.functional.__proxy__ object at 0x7f19b87343d0>
slug = u'createsubnetinfoaction'

Previous topic

The openstack_dashboard.dashboards.project.networks.tabs Module

Next topic

The openstack_dashboard.dashboards.project.networks.tables Module

Project Source

This Page