The openstack_dashboard.dashboards.project.instances.views ModuleΒΆ

Views for managing instances.

class openstack_dashboard.dashboards.project.instances.views.DetailView[source]

Bases: horizon.tabs.views.TabView

DetailView.get_context_data(**kwargs)[source]
DetailView.get_data()[source]
DetailView.get_tabs(request, *args, **kwargs)[source]
DetailView.tab_group_class

alias of InstanceDetailTabs

DetailView.template_name = 'project/instances/detail.html'
class openstack_dashboard.dashboards.project.instances.views.IndexView(*args, **kwargs)[source]

Bases: horizon.tables.views.DataTableView

IndexView.get_data()[source]
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.template_name = 'project/instances/launch.html'
LaunchInstanceView.workflow_class

alias of LaunchInstance

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 0x7c9d550>
UpdateView.template_name = 'project/instances/update.html'
UpdateView.workflow_class

alias of UpdateInstance

openstack_dashboard.dashboards.project.instances.views.console(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]

Previous topic

The openstack_dashboard.dashboards.project.instances.panel Module

Next topic

The openstack_dashboard.dashboards.project.instances.tabs Module

This Page