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]
class horizon.dashboards.nova.access_and_security.floating_ips.views.AssociateView(**kwargs)[source]

Bases: horizon.forms.views.ModalFormView

AssociateView.form_class

alias of FloatingIpAssociate

AssociateView.get_initial()[source]
AssociateView.get_object(*args, **kwargs)[source]

Previous topic

The horizon.dashboards.nova.access_and_security.floating_ips Module

Next topic

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

This Page