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

Views for managing instances.

class openstack_dashboard.dashboards.project.instances.views.DecryptPasswordView(**kwargs)[source]

Bases: horizon.forms.views.ModalFormView

DecryptPasswordView.form_class

alias of DecryptPasswordInstanceForm

DecryptPasswordView.get_context_data(**kwargs)[source]
DecryptPasswordView.get_initial()[source]
DecryptPasswordView.success_url = <django.utils.functional.__proxy__ object at 0x974d150>
DecryptPasswordView.template_name = 'project/instances/decryptpassword.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.redirect_url = 'horizon:project:instances:index'
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.has_more_data(table)[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.workflow_class

alias of LaunchInstance

class openstack_dashboard.dashboards.project.instances.views.RebuildView(**kwargs)[source]

Bases: horizon.forms.views.ModalFormView

RebuildView.form_class

alias of RebuildInstanceForm

RebuildView.get_context_data(**kwargs)[source]
RebuildView.get_initial()[source]
RebuildView.success_url = <django.utils.functional.__proxy__ object at 0x974d050>
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 0x974dbd0>
ResizeView.workflow_class

alias of ResizeInstance

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 0x97b8bd0>
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]

Previous topic

The openstack_dashboard.dashboards.project.instances.forms Module

Next topic

The openstack_dashboard.dashboards.project.instances Module

This Page