The horizon.dashboards.nova.access_and_security.floating_ips.workflows ModuleΒΆ

class horizon.dashboards.nova.access_and_security.floating_ips.workflows.AssociateIP(workflow)[source]

Bases: horizon.workflows.base.Step

AssociateIP.action_class

alias of AssociateIPAction

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

Bases: horizon.workflows.base.Action

AssociateIPAction.base_fields = {'ip_id': <horizon.forms.fields.DynamicTypedChoiceField object at 0xaa3cdac>, 'instance_id': <django.forms.fields.ChoiceField object at 0xaa3c38c>}
AssociateIPAction.help_text = <django.utils.functional.__proxy__ object at 0xaa3cacc>
AssociateIPAction.help_text_template = None
AssociateIPAction.name = <django.utils.functional.__proxy__ object at 0xaa3cb0c>
AssociateIPAction.permissions = ()
AssociateIPAction.populate_instance_id_choices(request, context)[source]
AssociateIPAction.populate_ip_id_choices(request, context)[source]
AssociateIPAction.progress_message = u'Processing...'
AssociateIPAction.slug = u'associateipaction'
class horizon.dashboards.nova.access_and_security.floating_ips.workflows.IPAssociationWorkflow(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source]

Bases: horizon.workflows.base.Workflow

IPAssociationWorkflow.default_steps = (<class 'horizon.dashboards.nova.access_and_security.floating_ips.workflows.AssociateIP'>,)
IPAssociationWorkflow.failure_message = <django.utils.functional.__proxy__ object at 0xaa3c66c>
IPAssociationWorkflow.finalize_button_name = <django.utils.functional.__proxy__ object at 0xa9b592c>
IPAssociationWorkflow.format_status_message(message)[source]
IPAssociationWorkflow.handle(request, data)[source]
IPAssociationWorkflow.name = <django.utils.functional.__proxy__ object at 0xa7751cc>
IPAssociationWorkflow.slug = 'ip_association'
IPAssociationWorkflow.success_message = <django.utils.functional.__proxy__ object at 0xaa3cb2c>
IPAssociationWorkflow.success_url = 'horizon:nova:access_and_security:index'

Previous topic

The horizon.dashboards.nova.access_and_security.floating_ips.forms Module

Next topic

The horizon.dashboards.nova.access_and_security.floating_ips Module

This Page