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 0x7faf8632b5d0>
submit_label = <django.utils.functional.__proxy__ object at 0x7faf8632b5d0>
success_url = <django.utils.functional.__proxy__ object at 0x7faf8632b6d0>
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 0x7faf8632b550>
submit_label = <django.utils.functional.__proxy__ object at 0x7faf8632b550>
success_url = <django.utils.functional.__proxy__ object at 0x7faf8632b650>
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 0x7faf8632b590>
submit_label = <django.utils.functional.__proxy__ object at 0x7faf8632b590>
success_url = <django.utils.functional.__proxy__ object at 0x7faf8632b610>
template_name = 'admin/hypervisors/compute/migrate_host.html'

Previous topic

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

Next topic

The openstack_dashboard.dashboards.admin.hypervisors.compute Module

Project Source

This Page