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 0x7faf86b6ccd0>
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 0x7faf86b6cf10>
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 0x7faf86dd2dd0>
success_url = <django.utils.functional.__proxy__ object at 0x7faf86dd2d10>
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 0x7faf86dd2390>
success_url = <django.utils.functional.__proxy__ object at 0x7faf86b6c610>
template_name = 'admin/aggregates/update.html'

Previous topic

The openstack_dashboard.dashboards.admin.aggregates.tables Module

Next topic

The openstack_dashboard.dashboards.admin.aggregates Module

Project Source

This Page