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

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

Bases: horizon.tabs.views.TabbedTableView

tab_group_class

alias of CeilometerOverviewTabs

template_name = 'admin/metering/index.html'
class openstack_dashboard.dashboards.admin.metering.views.ReportView(*args, **kwargs)[source]

Bases: horizon.tables.views.MultiTableView

get_context_data(**kwargs)[source]
get_tables()[source]
handle_table(table)[source]
load_data(request)[source]
template_name = 'admin/metering/report.html'
class openstack_dashboard.dashboards.admin.metering.views.SamplesView(**kwargs)[source]

Bases: django.views.generic.base.TemplateView

get(request, *args, **kwargs)[source]
template_name = 'admin/metering/samples.csv'
openstack_dashboard.dashboards.admin.metering.views.query_data(request, date_from, date_to, date_options, group_by, meter, period=None)[source]

Previous topic

The openstack_dashboard.dashboards.admin.models Module

Next topic

The openstack_dashboard.dashboards.admin.metering.tests Module

This Page