The openstack_dashboard.dashboards.admin.aggregates.views ModuleΒΆ

class openstack_dashboard.dashboards.admin.aggregates.views.CreateView[source]

Bases: horizon.workflows.views.WorkflowView

CreateView.workflow_class

alias of CreateAggregateWorkflow

class openstack_dashboard.dashboards.admin.aggregates.views.IndexView(*args, **kwargs)[source]

Bases: horizon.tables.views.MultiTableView

IndexView.get_availability_zones_data()[source]
IndexView.get_host_aggregates_data()[source]
class openstack_dashboard.dashboards.admin.aggregates.views.ManageHostsView[source]

Bases: horizon.workflows.views.WorkflowView

ManageHostsView.get_context_data(**kwargs)[source]
ManageHostsView.get_initial()[source]
ManageHostsView.workflow_class

alias of ManageAggregateHostsWorkflow

class openstack_dashboard.dashboards.admin.aggregates.views.UpdateView(**kwargs)[source]

Bases: horizon.forms.views.ModalFormView

UpdateView.form_class

alias of UpdateAggregateForm

UpdateView.get_context_data(**kwargs)[source]
UpdateView.get_initial()[source]
UpdateView.get_object()[source]

Previous topic

The openstack_dashboard.dashboards.admin.aggregates.urls Module

Next topic

The openstack_dashboard.dashboards.admin.aggregates.forms Module

This Page