The openstack_dashboard.dashboards.project.networks.subnets.workflows ModuleΒΆ

class openstack_dashboard.dashboards.project.networks.subnets.workflows.CreateSubnet(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source]

Bases: openstack_dashboard.dashboards.project.networks.workflows.CreateNetwork

default_steps = (<class 'openstack_dashboard.dashboards.project.networks.subnets.workflows.CreateSubnetInfo'>, <class 'openstack_dashboard.dashboards.project.networks.workflows.CreateSubnetDetail'>)
failure_message = <django.utils.functional.__proxy__ object at 0xadd82d0>
finalize_button_name = <django.utils.functional.__proxy__ object at 0xadd8250>
format_status_message(message)[source]
get_failure_url()[source]
get_success_url()[source]
handle(request, data)[source]
name = <django.utils.functional.__proxy__ object at 0xadd8810>
slug = 'create_subnet'
success_message = <django.utils.functional.__proxy__ object at 0xadd85d0>
class openstack_dashboard.dashboards.project.networks.subnets.workflows.CreateSubnetInfo(workflow)[source]

Bases: openstack_dashboard.dashboards.project.networks.workflows.CreateSubnetInfo

action_class

alias of CreateSubnetInfoAction

depends_on = ('network_id',)
class openstack_dashboard.dashboards.project.networks.subnets.workflows.CreateSubnetInfoAction(request, *args, **kwargs)[source]

Bases: openstack_dashboard.dashboards.project.networks.workflows.CreateSubnetInfoAction

base_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0xac10710>), ('address_source', <django.forms.fields.ChoiceField object at 0xac10990>), ('subnetpool', <django.forms.fields.ChoiceField object at 0x985df90>), ('prefixlen', <django.forms.fields.ChoiceField object at 0x985dd90>), ('cidr', <horizon.forms.fields.IPField object at 0x985d490>), ('ip_version', <django.forms.fields.ChoiceField object at 0x985db90>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x985de10>), ('no_gateway', <django.forms.fields.BooleanField object at 0x985dbd0>), ('with_subnet', <django.forms.fields.BooleanField object at 0xacda050>)])
clean()[source]
declared_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0xac10710>), ('address_source', <django.forms.fields.ChoiceField object at 0xac10990>), ('subnetpool', <django.forms.fields.ChoiceField object at 0x985df90>), ('prefixlen', <django.forms.fields.ChoiceField object at 0x985dd90>), ('cidr', <horizon.forms.fields.IPField object at 0x985d490>), ('ip_version', <django.forms.fields.ChoiceField object at 0x985db90>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x985de10>), ('no_gateway', <django.forms.fields.BooleanField object at 0x985dbd0>), ('with_subnet', <django.forms.fields.BooleanField object at 0xacda050>)])
help_text = <django.utils.functional.__proxy__ object at 0xadd8550>
help_text_template = None
media
msg = <django.utils.functional.__proxy__ object at 0xadd8f50>
name = <django.utils.functional.__proxy__ object at 0xadd8b10>
permissions = ()
policy_rules = ()
progress_message = <django.utils.functional.__proxy__ object at 0xadd8410>
slug = u'createsubnetinfoaction'
class openstack_dashboard.dashboards.project.networks.subnets.workflows.UpdateSubnet(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source]

Bases: openstack_dashboard.dashboards.project.networks.workflows.CreateNetwork

default_steps = (<class 'openstack_dashboard.dashboards.project.networks.subnets.workflows.UpdateSubnetInfo'>, <class 'openstack_dashboard.dashboards.project.networks.subnets.workflows.UpdateSubnetDetail'>)
failure_message = <django.utils.functional.__proxy__ object at 0xadd8590>
failure_url = 'horizon:project:networks:detail'
finalize_button_name = <django.utils.functional.__proxy__ object at 0xadd8650>
format_status_message(message)[source]
get_success_url()[source]
handle(request, data)[source]
name = <django.utils.functional.__proxy__ object at 0xadd8310>
slug = 'update_subnet'
success_message = <django.utils.functional.__proxy__ object at 0xadd8c90>
success_url = 'horizon:project:networks:detail'
class openstack_dashboard.dashboards.project.networks.subnets.workflows.UpdateSubnetDetail(workflow)[source]

Bases: openstack_dashboard.dashboards.project.networks.workflows.CreateSubnetDetail

action_class

alias of UpdateSubnetDetailAction

class openstack_dashboard.dashboards.project.networks.subnets.workflows.UpdateSubnetDetailAction(request, context, *args, **kwargs)[source]

Bases: openstack_dashboard.dashboards.project.networks.workflows.CreateSubnetDetailAction

base_fields = OrderedDict([('enable_dhcp', <django.forms.fields.BooleanField object at 0x985de90>), ('ipv6_modes', <django.forms.fields.ChoiceField object at 0xa9b1390>), ('allocation_pools', <django.forms.fields.CharField object at 0xa9b11d0>), ('dns_nameservers', <django.forms.fields.CharField object at 0xa9b1850>), ('host_routes', <django.forms.fields.CharField object at 0xa9b13d0>)])
declared_fields = OrderedDict([('enable_dhcp', <django.forms.fields.BooleanField object at 0x985de90>), ('ipv6_modes', <django.forms.fields.ChoiceField object at 0xa9b1390>), ('allocation_pools', <django.forms.fields.CharField object at 0xa9b11d0>), ('dns_nameservers', <django.forms.fields.CharField object at 0xa9b1850>), ('host_routes', <django.forms.fields.CharField object at 0xa9b13d0>)])
help_text = <django.utils.functional.__proxy__ object at 0xadd8e10>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0xadd8f90>
permissions = ()
policy_rules = ()
progress_message = <django.utils.functional.__proxy__ object at 0xadd8bd0>
slug = u'updatesubnetdetailaction'
class openstack_dashboard.dashboards.project.networks.subnets.workflows.UpdateSubnetInfo(workflow)[source]

Bases: openstack_dashboard.dashboards.project.networks.subnets.workflows.CreateSubnetInfo

action_class

alias of UpdateSubnetInfoAction

depends_on = ('network_id', 'subnet_id')
class openstack_dashboard.dashboards.project.networks.subnets.workflows.UpdateSubnetInfoAction(request, *args, **kwargs)[source]

Bases: openstack_dashboard.dashboards.project.networks.subnets.workflows.CreateSubnetInfoAction

base_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0xac10710>), ('address_source', <horizon.forms.fields.ThemableChoiceField object at 0xadd8490>), ('subnetpool', <horizon.forms.fields.ThemableChoiceField object at 0xadd88d0>), ('prefixlen', <horizon.forms.fields.ThemableChoiceField object at 0xadd8210>), ('cidr', <horizon.forms.fields.IPField object at 0xadd8ad0>), ('ip_version', <horizon.forms.fields.ThemableChoiceField object at 0xadd8850>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x985de10>), ('no_gateway', <django.forms.fields.BooleanField object at 0x985dbd0>), ('with_subnet', <django.forms.fields.BooleanField object at 0xacda050>)])
clean()[source]
declared_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0xac10710>), ('address_source', <horizon.forms.fields.ThemableChoiceField object at 0xadd8490>), ('subnetpool', <horizon.forms.fields.ThemableChoiceField object at 0xadd88d0>), ('prefixlen', <horizon.forms.fields.ThemableChoiceField object at 0xadd8210>), ('cidr', <horizon.forms.fields.IPField object at 0xadd8ad0>), ('ip_version', <horizon.forms.fields.ThemableChoiceField object at 0xadd8850>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x985de10>), ('no_gateway', <django.forms.fields.BooleanField object at 0x985dbd0>), ('with_subnet', <django.forms.fields.BooleanField object at 0xacda050>)])
help_text = <django.utils.functional.__proxy__ object at 0xadd8990>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0xadd8050>
permissions = ()
policy_rules = ()
progress_message = <django.utils.functional.__proxy__ object at 0xadd8350>
slug = u'updatesubnetinfoaction'

Previous topic

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

Next topic

The openstack_dashboard.dashboards.project.ngdetails Module

This Page