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 0x7f6aba402210>), ('instance_id', <horizon.forms.fields.ThemableChoiceField object at 0x7f6aba402090>)])
declared_fields = OrderedDict([('ip_id', <horizon.forms.fields.ThemableDynamicTypedChoiceField object at 0x7f6aba402210>), ('instance_id', <horizon.forms.fields.ThemableChoiceField object at 0x7f6aba402090>)])
help_text = <django.utils.functional.__proxy__ object at 0x7f6abc6da2d0>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x7f6aba4026d0>
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 0x7f6abc6da150>
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 0x7f6aba3a7e50>
finalize_button_name = <django.utils.functional.__proxy__ object at 0x7f6abc6da4d0>
format_status_message(message)[source]
handle(request, data)[source]
name = <django.utils.functional.__proxy__ object at 0x7f6ab9d16590>
slug = 'ip_association'
success_message = <django.utils.functional.__proxy__ object at 0x7f6abc6da7d0>
success_url = 'horizon:project:access_and_security:index'

Previous topic

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

Next topic

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

Project Source

This Page