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 0x6ebdad0>
CreateNetwork.finalize_button_name = <django.utils.functional.__proxy__ object at 0x6ebda90>
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 0x6ebd3d0>
CreateNetwork.slug = 'create_network'
CreateNetwork.success_message = <django.utils.functional.__proxy__ object at 0x6ebd410>
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')
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 0x4011090>), ('net_profile_id', <django.forms.fields.ChoiceField object at 0x4011cd0>), ('admin_state', <django.forms.fields.ChoiceField object at 0x40119d0>)])
CreateNetworkInfoAction.declared_fields = OrderedDict([('net_name', <django.forms.fields.CharField object at 0x4011090>), ('net_profile_id', <django.forms.fields.ChoiceField object at 0x4011cd0>), ('admin_state', <django.forms.fields.ChoiceField object at 0x40119d0>)])
CreateNetworkInfoAction.get_network_profile_choices(request)[source]
CreateNetworkInfoAction.help_text = <django.utils.functional.__proxy__ object at 0x4011c50>
CreateNetworkInfoAction.help_text_template = None
CreateNetworkInfoAction.media
CreateNetworkInfoAction.name = <django.utils.functional.__proxy__ object at 0x4011b50>
CreateNetworkInfoAction.permissions = ()
CreateNetworkInfoAction.progress_message = <django.utils.functional.__proxy__ object at 0x4011a90>
CreateNetworkInfoAction.slug = u'createnetworkinfoaction'
CreateNetworkInfoAction.widget = <django.forms.widgets.HiddenInput object at 0x4011510>
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 0x6ebd790>), ('ipv6_modes', <django.forms.fields.ChoiceField object at 0x6ebd450>), ('allocation_pools', <django.forms.fields.CharField object at 0x6ebd390>), ('dns_nameservers', <django.forms.fields.CharField object at 0x6ebd0d0>), ('host_routes', <django.forms.fields.CharField object at 0x6ebd690>)])
CreateSubnetDetailAction.clean()[source]
CreateSubnetDetailAction.declared_fields = OrderedDict([('enable_dhcp', <django.forms.fields.BooleanField object at 0x6ebd790>), ('ipv6_modes', <django.forms.fields.ChoiceField object at 0x6ebd450>), ('allocation_pools', <django.forms.fields.CharField object at 0x6ebd390>), ('dns_nameservers', <django.forms.fields.CharField object at 0x6ebd0d0>), ('host_routes', <django.forms.fields.CharField object at 0x6ebd690>)])
CreateSubnetDetailAction.help_text = <django.utils.functional.__proxy__ object at 0x6ebda50>
CreateSubnetDetailAction.help_text_template = None
CreateSubnetDetailAction.media
CreateSubnetDetailAction.name = <django.utils.functional.__proxy__ object at 0x6ebd510>
CreateSubnetDetailAction.permissions = ()
CreateSubnetDetailAction.populate_ipv6_modes_choices(request, context)[source]
CreateSubnetDetailAction.progress_message = <django.utils.functional.__proxy__ object at 0x6ebdf90>
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 = OrderedDict([('with_subnet', <django.forms.fields.BooleanField object at 0x40117d0>), ('subnet_name', <django.forms.fields.CharField object at 0x4011550>), ('cidr', <horizon.forms.fields.IPField object at 0x4011d10>), ('ip_version', <django.forms.fields.ChoiceField object at 0x40112d0>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x4011c90>), ('no_gateway', <django.forms.fields.BooleanField object at 0x6ebd8d0>)])
CreateSubnetInfoAction.clean()[source]
CreateSubnetInfoAction.declared_fields = OrderedDict([('with_subnet', <django.forms.fields.BooleanField object at 0x40117d0>), ('subnet_name', <django.forms.fields.CharField object at 0x4011550>), ('cidr', <horizon.forms.fields.IPField object at 0x4011d10>), ('ip_version', <django.forms.fields.ChoiceField object at 0x40112d0>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x4011c90>), ('no_gateway', <django.forms.fields.BooleanField object at 0x6ebd8d0>)])
CreateSubnetInfoAction.help_text = <django.utils.functional.__proxy__ object at 0x6ebdfd0>
CreateSubnetInfoAction.help_text_template = None
CreateSubnetInfoAction.media
CreateSubnetInfoAction.msg = <django.utils.functional.__proxy__ object at 0x6ebdb50>
CreateSubnetInfoAction.name = <django.utils.functional.__proxy__ object at 0x6ebdc50>
CreateSubnetInfoAction.permissions = ()
CreateSubnetInfoAction.progress_message = <django.utils.functional.__proxy__ object at 0x6ebd9d0>
CreateSubnetInfoAction.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