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.ThemableDynamicTypedChoiceField object at 0x7f9f3fb36090>), ('instance_id', <horizon.forms.fields.ThemableChoiceField object at 0x7f9f3fb363d0>)])
declared_fields = OrderedDict([('ip_id', <horizon.forms.fields.ThemableDynamicTypedChoiceField object at 0x7f9f3fb36090>), ('instance_id', <horizon.forms.fields.ThemableChoiceField object at 0x7f9f3fb363d0>)])
help_text = <django.utils.functional.__proxy__ object at 0x7f9f3fb362d0>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x7f9f3fb364d0>
permissions = ()
policy_rules = ()
populate_instance_id_choices(request, context)[source]
populate_ip_id_choices(request, context)[source]
progress_message = <django.utils.functional.__proxy__ object at 0x7f9f3fb36710>
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 0x7f9f403048d0>
finalize_button_name = <django.utils.functional.__proxy__ object at 0x7f9f3fb36f10>
format_status_message(message)[source]
handle(request, data)[source]
name = <django.utils.functional.__proxy__ object at 0x7f9f3fb36d50>
slug = 'ip_association'
success_message = <django.utils.functional.__proxy__ object at 0x7f9f3fb36290>
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.tables Module

Project Source

This Page