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
- form_class
alias of FloatingIpAllocate
- get_context_data(**kwargs)[source]
- get_initial()[source]
- get_object_display(obj)[source]
- success_url = <django.utils.functional.__proxy__ object at 0xb98a60c>
- 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