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

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

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

CreateSubnetInfo.action_class

alias of CreateSubnetInfoAction

CreateSubnetInfo.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

CreateSubnetInfoAction.base_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0xa3ec190>), ('address_source', <django.forms.fields.ChoiceField object at 0xa3ec590>), ('subnetpool', <django.forms.fields.ChoiceField object at 0xa3ec950>), ('prefixlen', <django.forms.fields.ChoiceField object at 0xa3ece10>), ('cidr', <horizon.forms.fields.IPField object at 0x5dc5fd0>), ('ip_version', <django.forms.fields.ChoiceField object at 0x5dc53d0>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x7edff10>), ('no_gateway', <django.forms.fields.BooleanField object at 0x7edf110>), ('with_subnet', <django.forms.fields.BooleanField object at 0x78ef4d0>)])
CreateSubnetInfoAction.clean()[source]
CreateSubnetInfoAction.declared_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0xa3ec190>), ('address_source', <django.forms.fields.ChoiceField object at 0xa3ec590>), ('subnetpool', <django.forms.fields.ChoiceField object at 0xa3ec950>), ('prefixlen', <django.forms.fields.ChoiceField object at 0xa3ece10>), ('cidr', <horizon.forms.fields.IPField object at 0x5dc5fd0>), ('ip_version', <django.forms.fields.ChoiceField object at 0x5dc53d0>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x7edff10>), ('no_gateway', <django.forms.fields.BooleanField object at 0x7edf110>), ('with_subnet', <django.forms.fields.BooleanField object at 0x78ef4d0>)])
CreateSubnetInfoAction.help_text = <django.utils.functional.__proxy__ object at 0x9eae290>
CreateSubnetInfoAction.help_text_template = None
CreateSubnetInfoAction.media
CreateSubnetInfoAction.msg = <django.utils.functional.__proxy__ object at 0x9eae850>
CreateSubnetInfoAction.name = <django.utils.functional.__proxy__ object at 0x9eae910>
CreateSubnetInfoAction.permissions = ()
CreateSubnetInfoAction.progress_message = <django.utils.functional.__proxy__ object at 0x9eaed50>
CreateSubnetInfoAction.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

UpdateSubnet.default_steps = (<class 'openstack_dashboard.dashboards.project.networks.subnets.workflows.UpdateSubnetInfo'>, <class 'openstack_dashboard.dashboards.project.networks.subnets.workflows.UpdateSubnetDetail'>)
UpdateSubnet.failure_message = <django.utils.functional.__proxy__ object at 0xa489e10>
UpdateSubnet.failure_url = 'horizon:project:networks:detail'
UpdateSubnet.finalize_button_name = <django.utils.functional.__proxy__ object at 0xa489e50>
UpdateSubnet.format_status_message(message)[source]
UpdateSubnet.get_success_url()[source]
UpdateSubnet.handle(request, data)[source]
UpdateSubnet.name = <django.utils.functional.__proxy__ object at 0xa489f50>
UpdateSubnet.slug = 'update_subnet'
UpdateSubnet.success_message = <django.utils.functional.__proxy__ object at 0xa489410>
UpdateSubnet.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

UpdateSubnetDetail.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

UpdateSubnetDetailAction.base_fields = OrderedDict([('enable_dhcp', <django.forms.fields.BooleanField object at 0x7edfe10>), ('ipv6_modes', <django.forms.fields.ChoiceField object at 0x7edf190>), ('allocation_pools', <django.forms.fields.CharField object at 0x7edfad0>), ('dns_nameservers', <django.forms.fields.CharField object at 0x7edf450>), ('host_routes', <django.forms.fields.CharField object at 0x7edfb90>)])
UpdateSubnetDetailAction.declared_fields = OrderedDict([('enable_dhcp', <django.forms.fields.BooleanField object at 0x7edfe10>), ('ipv6_modes', <django.forms.fields.ChoiceField object at 0x7edf190>), ('allocation_pools', <django.forms.fields.CharField object at 0x7edfad0>), ('dns_nameservers', <django.forms.fields.CharField object at 0x7edf450>), ('host_routes', <django.forms.fields.CharField object at 0x7edfb90>)])
UpdateSubnetDetailAction.help_text = <django.utils.functional.__proxy__ object at 0xa489210>
UpdateSubnetDetailAction.help_text_template = None
UpdateSubnetDetailAction.media
UpdateSubnetDetailAction.name = <django.utils.functional.__proxy__ object at 0xa489a50>
UpdateSubnetDetailAction.permissions = ()
UpdateSubnetDetailAction.progress_message = <django.utils.functional.__proxy__ object at 0xa489190>
UpdateSubnetDetailAction.slug = u'updatesubnetdetailaction'
class openstack_dashboard.dashboards.project.networks.subnets.workflows.UpdateSubnetInfo(workflow)[source]

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

UpdateSubnetInfo.action_class

alias of UpdateSubnetInfoAction

UpdateSubnetInfo.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

UpdateSubnetInfoAction.base_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0xa3ec190>), ('address_source', <django.forms.fields.ChoiceField object at 0x9eae0d0>), ('subnetpool', <django.forms.fields.ChoiceField object at 0x9eae250>), ('prefixlen', <django.forms.fields.ChoiceField object at 0x9eae190>), ('cidr', <horizon.forms.fields.IPField object at 0x9eaec90>), ('ip_version', <django.forms.fields.ChoiceField object at 0xa489790>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x7edff10>), ('no_gateway', <django.forms.fields.BooleanField object at 0x7edf110>), ('with_subnet', <django.forms.fields.BooleanField object at 0x78ef4d0>)])
UpdateSubnetInfoAction.clean()[source]
UpdateSubnetInfoAction.declared_fields = OrderedDict([('subnet_name', <django.forms.fields.CharField object at 0xa3ec190>), ('address_source', <django.forms.fields.ChoiceField object at 0x9eae0d0>), ('subnetpool', <django.forms.fields.ChoiceField object at 0x9eae250>), ('prefixlen', <django.forms.fields.ChoiceField object at 0x9eae190>), ('cidr', <horizon.forms.fields.IPField object at 0x9eaec90>), ('ip_version', <django.forms.fields.ChoiceField object at 0xa489790>), ('gateway_ip', <horizon.forms.fields.IPField object at 0x7edff10>), ('no_gateway', <django.forms.fields.BooleanField object at 0x7edf110>), ('with_subnet', <django.forms.fields.BooleanField object at 0x78ef4d0>)])
UpdateSubnetInfoAction.help_text = <django.utils.functional.__proxy__ object at 0xa489910>
UpdateSubnetInfoAction.help_text_template = None
UpdateSubnetInfoAction.media
UpdateSubnetInfoAction.name = <django.utils.functional.__proxy__ object at 0xa489710>
UpdateSubnetInfoAction.permissions = ()
UpdateSubnetInfoAction.progress_message = <django.utils.functional.__proxy__ object at 0xa489350>
UpdateSubnetInfoAction.slug = u'updatesubnetinfoaction'

Previous topic

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

Next topic

The openstack_dashboard.dashboards.project.networks.ports.tables Module

This Page