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

AssociateIP.action_class

alias of AssociateIPAction

AssociateIP.contribute(data, context)[source]
class openstack_dashboard.dashboards.project.access_and_security.floating_ips.workflows.AssociateIPAction(*args, **kwargs)[source]

Bases: horizon.workflows.base.Action

AssociateIPAction.media
AssociateIPAction.populate_instance_id_choices(request, context)[source]
AssociateIPAction.populate_ip_id_choices(request, context)[source]
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

IPAssociationWorkflow.format_status_message(message)[source]
IPAssociationWorkflow.handle(request, data)[source]

Previous topic

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

Next topic

The openstack_dashboard.dashboards.settings Module

This Page