The openstack_dashboard.dashboards.project.access_and_security.floating_ips.views ModuleΒΆ

Views for managing floating IPs.

class openstack_dashboard.dashboards.project.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 0x7d66110>
AllocateView.template_name = 'project/access_and_security/floating_ips/allocate.html'
class openstack_dashboard.dashboards.project.access_and_security.floating_ips.views.AssociateView[source]

Bases: horizon.workflows.views.WorkflowView

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

alias of IPAssociationWorkflow