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

Views for managing Nova floating IPs.

class horizon.dashboards.nova.access_and_security.floating_ips.views.AllocateView(**kwargs)[source]

Bases: horizon.forms.views.ModalFormView

AllocateView.form_class

alias of FloatingIpAllocate

AllocateView.get_context_data(**kwargs)[source]
AllocateView.get_initial()[source]
AllocateView.get_object_display(obj)[source]
AllocateView.success_url = <django.utils.functional.__proxy__ object at 0xaa3ca4c>
AllocateView.template_name = 'nova/access_and_security/floating_ips/allocate.html'
class horizon.dashboards.nova.access_and_security.floating_ips.views.AssociateView[source]

Bases: horizon.workflows.views.WorkflowView

AssociateView.template_name = 'nova/access_and_security/floating_ips/associate.html'
AssociateView.workflow_class

alias of IPAssociationWorkflow

Previous topic

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

Next topic

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

This Page