The openstack_dashboard.dashboards.admin.aggregates.views ModuleΒΆ
- class openstack_dashboard.dashboards.admin.aggregates.views.CreateView[source]
Bases: horizon.workflows.views.WorkflowView
- 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]
- 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]
- success_url = <django.utils.functional.__proxy__ object at 0xb922eac>
- template_name = 'admin/aggregates/manage_hosts.html'
- workflow_class
alias of ManageAggregateHostsWorkflow
- class openstack_dashboard.dashboards.admin.aggregates.views.UpdateView(**kwargs)[source]
Bases: horizon.forms.views.ModalFormView
- form_class
alias of UpdateAggregateForm
- get_context_data(**kwargs)[source]
- get_initial()[source]
- get_object()[source]
- success_url = <django.utils.functional.__proxy__ object at 0xb922ecc>
- template_name = 'admin/aggregates/update.html'