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 0xb1f34d0>
submit_label = <django.utils.functional.__proxy__ object at 0xb1f34d0>
success_url = <django.utils.functional.__proxy__ object at 0xb1f3410>
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 0xb1f3610>
submit_label = <django.utils.functional.__proxy__ object at 0xb1f3610>
success_url = <django.utils.functional.__proxy__ object at 0xb1aca90>
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 0xb1f3390>
submit_label = <django.utils.functional.__proxy__ object at 0xb1f3390>
success_url = <django.utils.functional.__proxy__ object at 0xb1f3710>
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