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(*args, **kwargs)[source]

Bases: horizon.forms.views.ModalFormView

form_class

alias of FloatingIpAllocate

form_id = 'associate_floating_ip_form'
get_context_data(**kwargs)[source]
get_initial()[source]
get_object_display(obj)[source]
modal_header = <django.utils.functional.__proxy__ object at 0x7f484e4c2e50>
submit_label = <django.utils.functional.__proxy__ object at 0x7f484e4c2e90>
submit_url = <django.utils.functional.__proxy__ object at 0x7f484e4c2fd0>
success_url = <django.utils.functional.__proxy__ object at 0x7f484e48d050>
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

workflow_class

alias of IPAssociationWorkflow

Previous topic

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

Next topic

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

Project Source

This Page