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 at 0x7f4470061310>
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 at 0x7f4470061b90>
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 at 0x7f446f484ad0>
success_url = <django.utils.functional.__proxy__ object at 0x7f446f484890>
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 at 0x7f446f484150>
success_url = <django.utils.functional.__proxy__ object at 0x7f44700613d0>
template_name = 'admin/aggregates/update.html'

Previous topic

The openstack_dashboard.dashboards.admin.aggregates.panel Module

Next topic

The openstack_dashboard.dashboards.admin.routers.urls Module

Project Source

This Page