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 0x7fec26bd6950>
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 0x7fec267dff10>
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 0x7fec260eebd0>
success_url = <django.utils.functional.__proxy__ object at 0x7fec260ee850>
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 0x7fec26bd61d0>
success_url = <django.utils.functional.__proxy__ object at 0x7fec26bd6a90>
template_name = 'admin/aggregates/update.html'

Previous topic

The openstack_dashboard.dashboards.admin.aggregates.tables Module

Next topic

The openstack_dashboard.dashboards.admin.aggregates.constants Module

Project Source

This Page