The openstack_dashboard.dashboards.admin.aggregates.views ModuleΒΆ
-
class
openstack_dashboard.dashboards.admin.aggregates.views.CreateView[source] Bases:
horizon.workflows.views.WorkflowView-
page_title= <django.utils.functional.__proxy__ object>
-
template_name= 'admin/aggregates/create.html'
-
workflow_class alias of
CreateAggregateWorkflow
-
-
class
openstack_dashboard.dashboards.admin.aggregates.views.IndexView(*args, **kwargs)[source] Bases:
horizon.tables.views.MultiTableView-
get_availability_zones_data()[source]
-
get_host_aggregates_data()[source]
-
page_title= <django.utils.functional.__proxy__ object>
-
table_classes= (<class 'openstack_dashboard.dashboards.admin.aggregates.tables.HostAggregatesTable'>, <class 'openstack_dashboard.dashboards.admin.aggregates.tables.AvailabilityZonesTable'>)
-
template_name= 'admin/aggregates/index.html'
-
-
class
openstack_dashboard.dashboards.admin.aggregates.views.ManageHostsView[source] Bases:
horizon.workflows.views.WorkflowView-
get_context_data(**kwargs)[source]
-
get_initial()[source]
-
page_title= <django.utils.functional.__proxy__ object>
-
success_url= <django.utils.functional.__proxy__ object>
-
template_name= 'admin/aggregates/manage_hosts.html'
-
workflow_class alias of
ManageAggregateHostsWorkflow
-
-
class
openstack_dashboard.dashboards.admin.aggregates.views.UpdateView(*args, **kwargs)[source] Bases:
horizon.forms.views.ModalFormView-
form_class alias of
UpdateAggregateForm
-
get_context_data(**kwargs)[source]
-
get_initial()[source]
-
get_object()[source]
-
page_title= <django.utils.functional.__proxy__ object>
-
success_url= <django.utils.functional.__proxy__ object>
-
template_name= 'admin/aggregates/update.html'
-