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.context_object_name = 'floating_ip'
AllocateView.form_class

alias of FloatingIpAllocate

AllocateView.get_context_data(**kwargs)[source]
AllocateView.get_initial()[source]
AllocateView.template_name = 'nova/access_and_security/floating_ips/allocate.html'
class horizon.dashboards.nova.access_and_security.floating_ips.views.AssociateView(**kwargs)[source]

Bases: horizon.forms.views.ModalFormView

AssociateView.context_object_name = 'floating_ip'
AssociateView.form_class

alias of FloatingIpAssociate

AssociateView.get_initial()[source]
AssociateView.get_object(*args, **kwargs)[source]
AssociateView.template_name = 'nova/access_and_security/floating_ips/associate.html'

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