The openstack_dashboard.dashboards.project.instances.views Module
Views for managing instances.
-
class openstack_dashboard.dashboards.project.instances.views.AttachInterfaceView[source]
Bases: horizon.forms.views.ModalFormView
-
AttachInterfaceView.form_class
alias of AttachInterface
-
AttachInterfaceView.form_id = 'attach_interface_form'
-
AttachInterfaceView.get_context_data(**kwargs)[source]
-
AttachInterfaceView.get_initial()[source]
-
AttachInterfaceView.modal_header = <django.utils.functional.__proxy__ object at 0xac70990>
-
AttachInterfaceView.submit_label = <django.utils.functional.__proxy__ object at 0xac6a250>
-
AttachInterfaceView.submit_url = 'horizon:project:instances:attach_interface'
-
AttachInterfaceView.success_url = <django.utils.functional.__proxy__ object at 0xac6a3d0>
-
AttachInterfaceView.template_name = 'project/instances/attach_interface.html'
-
class openstack_dashboard.dashboards.project.instances.views.DecryptPasswordView[source]
Bases: horizon.forms.views.ModalFormView
-
DecryptPasswordView.form_class
alias of DecryptPasswordInstanceForm
-
DecryptPasswordView.get_context_data(**kwargs)[source]
-
DecryptPasswordView.get_initial()[source]
-
DecryptPasswordView.page_title = <django.utils.functional.__proxy__ object at 0xac70850>
-
DecryptPasswordView.success_url = <django.utils.functional.__proxy__ object at 0xac70550>
-
DecryptPasswordView.template_name = 'project/instances/decryptpassword.html'
-
class openstack_dashboard.dashboards.project.instances.views.DetachInterfaceView[source]
Bases: horizon.forms.views.ModalFormView
-
DetachInterfaceView.form_class
alias of DetachInterface
-
DetachInterfaceView.form_id = 'detach_interface_form'
-
DetachInterfaceView.get_context_data(**kwargs)[source]
-
DetachInterfaceView.get_initial()[source]
-
DetachInterfaceView.modal_header = <django.utils.functional.__proxy__ object at 0xac6a050>
-
DetachInterfaceView.submit_label = <django.utils.functional.__proxy__ object at 0xac6ab50>
-
DetachInterfaceView.submit_url = 'horizon:project:instances:detach_interface'
-
DetachInterfaceView.success_url = <django.utils.functional.__proxy__ object at 0xac6a850>
-
DetachInterfaceView.template_name = 'project/instances/detach_interface.html'
-
class openstack_dashboard.dashboards.project.instances.views.DetailView[source]
Bases: horizon.tabs.views.TabView
-
DetailView.get_context_data(**kwargs)[source]
-
DetailView.get_data(*args, **kwargs)[source]
-
DetailView.get_tabs(request, *args, **kwargs)[source]
-
DetailView.image_url = 'horizon:project:images:images:detail'
-
DetailView.page_title = <django.utils.functional.__proxy__ object at 0xac70750>
-
DetailView.redirect_url = 'horizon:project:instances:index'
-
DetailView.tab_group_class
alias of InstanceDetailTabs
-
DetailView.template_name = 'project/instances/detail.html'
-
DetailView.volume_url = 'horizon:project:volumes:volumes:detail'
-
class openstack_dashboard.dashboards.project.instances.views.IndexView(*args, **kwargs)[source]
Bases: horizon.tables.views.DataTableView
-
IndexView.get_data()[source]
-
IndexView.get_filters(filters)[source]
-
IndexView.has_more_data(table)[source]
-
IndexView.page_title = <django.utils.functional.__proxy__ object at 0xac70c10>
-
IndexView.table_class
alias of InstancesTable
-
IndexView.template_name = 'project/instances/index.html'
-
class openstack_dashboard.dashboards.project.instances.views.LaunchInstanceView[source]
Bases: horizon.workflows.views.WorkflowView
-
LaunchInstanceView.get_initial()[source]
-
LaunchInstanceView.workflow_class
alias of LaunchInstance
-
class openstack_dashboard.dashboards.project.instances.views.RebuildView[source]
Bases: horizon.forms.views.ModalFormView
-
RebuildView.form_class
alias of RebuildInstanceForm
-
RebuildView.get_context_data(**kwargs)[source]
-
RebuildView.get_initial()[source]
-
RebuildView.page_title = <django.utils.functional.__proxy__ object at 0xac70510>
-
RebuildView.success_url = <django.utils.functional.__proxy__ object at 0xac70a50>
-
RebuildView.template_name = 'project/instances/rebuild.html'
-
class openstack_dashboard.dashboards.project.instances.views.ResizeView[source]
Bases: horizon.workflows.views.WorkflowView
-
ResizeView.get_context_data(**kwargs)[source]
-
ResizeView.get_flavors(*args, **kwargs)[source]
-
ResizeView.get_initial()[source]
-
ResizeView.get_object(*args, **kwargs)[source]
-
ResizeView.success_url = <django.utils.functional.__proxy__ object at 0xac70590>
-
ResizeView.workflow_class
alias of ResizeInstance
-
class openstack_dashboard.dashboards.project.instances.views.SerialConsoleView(**kwargs)[source]
Bases: django.views.generic.base.TemplateView
-
SerialConsoleView.get_context_data(**kwargs)[source]
-
SerialConsoleView.template_name = 'project/instances/serial_console.html'
-
class openstack_dashboard.dashboards.project.instances.views.UpdateView[source]
Bases: horizon.workflows.views.WorkflowView
-
UpdateView.get_context_data(**kwargs)[source]
-
UpdateView.get_initial()[source]
-
UpdateView.get_object(*args, **kwargs)[source]
-
UpdateView.success_url = <django.utils.functional.__proxy__ object at 0xac70b50>
-
UpdateView.workflow_class
alias of UpdateInstance
-
openstack_dashboard.dashboards.project.instances.views.console(request, instance_id)[source]
-
openstack_dashboard.dashboards.project.instances.views.rdp(request, instance_id)[source]
-
openstack_dashboard.dashboards.project.instances.views.spice(request, instance_id)[source]
-
openstack_dashboard.dashboards.project.instances.views.vnc(request, instance_id)[source]