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[source]

Bases: horizon.forms.views.ModalFormView

AllocateView.form_class

alias of FloatingIpAllocate

AllocateView.form_id = 'associate_floating_ip_form'
AllocateView.get_context_data(**kwargs)[source]
AllocateView.get_initial()[source]
AllocateView.get_object_display(obj)[source]
AllocateView.modal_header = <django.utils.functional.__proxy__ object at 0xcea6c50>
AllocateView.submit_label = <django.utils.functional.__proxy__ object at 0xcea6dd0>
AllocateView.submit_url = <django.utils.functional.__proxy__ object at 0xa3994d0>
AllocateView.success_url = <django.utils.functional.__proxy__ object at 0xa399d90>
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.workflow_class

alias of IPAssociationWorkflow

Previous topic

The openstack_dashboard.dashboards.project.access_and_security.floating_ips Module

Next topic

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

This Page