The openstack_dashboard.dashboards.admin.hypervisors.compute.views ModuleΒΆ

class openstack_dashboard.dashboards.admin.hypervisors.compute.views.DisableServiceView(*args, **kwargs)[source]

Bases: horizon.forms.views.ModalFormView

context_object_name = 'compute_host'
form_class

alias of DisableServiceForm

get_context_data(**kwargs)[source]
get_initial()[source]
page_title = <django.utils.functional.__proxy__ object at 0x839e490>
submit_label = <django.utils.functional.__proxy__ object at 0x839e490>
success_url = <django.utils.functional.__proxy__ object at 0x839e850>
template_name = 'admin/hypervisors/compute/disable_service.html'
class openstack_dashboard.dashboards.admin.hypervisors.compute.views.EvacuateHostView(*args, **kwargs)[source]

Bases: horizon.forms.views.ModalFormView

context_object_name = 'compute_host'
form_class

alias of EvacuateHostForm

get_active_compute_hosts_names(*args, **kwargs)[source]
get_context_data(**kwargs)[source]
get_initial()[source]
page_title = <django.utils.functional.__proxy__ object at 0x839e250>
submit_label = <django.utils.functional.__proxy__ object at 0x839e250>
success_url = <django.utils.functional.__proxy__ object at 0x839ed10>
template_name = 'admin/hypervisors/compute/evacuate_host.html'
class openstack_dashboard.dashboards.admin.hypervisors.compute.views.MigrateHostView(*args, **kwargs)[source]

Bases: horizon.forms.views.ModalFormView

context_object_name = 'compute_host'
form_class

alias of MigrateHostForm

get_context_data(**kwargs)[source]
get_initial()[source]
page_title = <django.utils.functional.__proxy__ object at 0x839e350>
submit_label = <django.utils.functional.__proxy__ object at 0x839e350>
success_url = <django.utils.functional.__proxy__ object at 0x839efd0>
template_name = 'admin/hypervisors/compute/migrate_host.html'

Previous topic

The openstack_dashboard.dashboards.admin.hypervisors.compute.urls Module

Next topic

The openstack_dashboard.dashboards.admin.images Module

This Page