The openstack_dashboard.dashboards.project.access_and_security.floating_ips.workflows ModuleΒΆ

class openstack_dashboard.dashboards.project.access_and_security.floating_ips.workflows.AssociateIP(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of AssociateIPAction

contribute(data, context)[source]
contributes = ('ip_id', 'instance_id', 'ip_address')
class openstack_dashboard.dashboards.project.access_and_security.floating_ips.workflows.AssociateIPAction(*args, **kwargs)[source]

Bases: horizon.workflows.base.Action

base_fields = OrderedDict([('ip_id', <horizon.forms.fields.DynamicTypedChoiceField object at 0x98aed90>), ('instance_id', <django.forms.fields.ChoiceField object at 0xa486f90>)])
declared_fields = OrderedDict([('ip_id', <horizon.forms.fields.DynamicTypedChoiceField object at 0x98aed90>), ('instance_id', <django.forms.fields.ChoiceField object at 0xa486f90>)])
help_text = <django.utils.functional.__proxy__ object at 0x85e3890>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0xa4865d0>
permissions = ()
populate_instance_id_choices(request, context)[source]
populate_ip_id_choices(request, context)[source]
progress_message = <django.utils.functional.__proxy__ object at 0xa486550>
slug = u'associateipaction'
class openstack_dashboard.dashboards.project.access_and_security.floating_ips.workflows.IPAssociationWorkflow(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source]

Bases: horizon.workflows.base.Workflow

default_steps = (<class 'openstack_dashboard.dashboards.project.access_and_security.floating_ips.workflows.AssociateIP'>,)
failure_message = <django.utils.functional.__proxy__ object at 0xa486a10>
finalize_button_name = <django.utils.functional.__proxy__ object at 0xa486c10>
format_status_message(message)[source]
handle(request, data)[source]
name = <django.utils.functional.__proxy__ object at 0xa486d50>
slug = 'ip_association'
success_message = <django.utils.functional.__proxy__ object at 0xa486950>
success_url = 'horizon:project:access_and_security:index'

Previous topic

The openstack_dashboard.dashboards.project.access_and_security.floating_ips.forms Module

Next topic

The openstack_dashboard.dashboards.project.access_and_security.floating_ips.urls Module

This Page