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 0xba2c8ac>
finalize_button_name = <django.utils.functional.__proxy__ object at 0xba2c84c>
format_status_message(message)[source]
get_failure_url()[source]
get_success_url()[source]
handle(request, data)[source]
name = <django.utils.functional.__proxy__ object at 0xba2c82c>
slug = 'create_network'
success_message = <django.utils.functional.__proxy__ object at 0xba2c86c>
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')
class openstack_dashboard.dashboards.project.networks.workflows.CreateNetworkInfoAction(request, context, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

base_fields = {'net_name': <django.forms.fields.CharField object at 0xba2738c>, 'admin_state': <django.forms.fields.BooleanField object at 0xba2740c>}
help_text = <django.utils.functional.__proxy__ object at 0xba2762c>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0xba2760c>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0xba2782c>
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', '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 = {'enable_dhcp': <django.forms.fields.BooleanField object at 0xba2c3cc>, 'allocation_pools': <django.forms.fields.CharField object at 0xba2c46c>, 'dns_nameservers': <django.forms.fields.CharField object at 0xba2c54c>, 'host_routes': <django.forms.fields.CharField object at 0xba2c60c>}
clean()[source]
help_text = <django.utils.functional.__proxy__ object at 0xba2c66c>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0xba2c68c>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0xba2c80c>
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 = {'with_subnet': <django.forms.fields.BooleanField object at 0xba2784c>, 'subnet_name': <django.forms.fields.CharField object at 0xba278ec>, 'cidr': <horizon.utils.fields.IPField object at 0xba279ec>, 'ip_version': <django.forms.fields.ChoiceField object at 0xba27a6c>, 'gateway_ip': <horizon.utils.fields.IPField object at 0xba2c0ec>, 'no_gateway': <django.forms.fields.BooleanField object at 0xba2c14c>}
clean()[source]
help_text = <django.utils.functional.__proxy__ object at 0xba2c1ac>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0xba2c1cc>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0xba2c38c>
slug = u'createsubnetinfoaction'