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

class openstack_dashboard.dashboards.admin.metering.views.CreateUsageReport[source]

Bases: horizon.forms.views.ModalFormView

CreateUsageReport.form_class

alias of UsageReportForm

CreateUsageReport.page_title = <django.utils.functional.__proxy__ object at 0x94ad4d0>
CreateUsageReport.success_url = <django.utils.functional.__proxy__ object at 0x94ad190>
CreateUsageReport.template_name = 'admin/metering/daily.html'
class openstack_dashboard.dashboards.admin.metering.views.CsvReportView(**kwargs)[source]

Bases: django.views.generic.base.View

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

Bases: horizon.tabs.views.TabbedTableView

IndexView.page_title = <django.utils.functional.__proxy__ object at 0x94adf50>
IndexView.tab_group_class

alias of CeilometerOverviewTabs

IndexView.template_name = 'admin/metering/index.html'
class openstack_dashboard.dashboards.admin.metering.views.ReportCsvRenderer(request, template, context, content_type, **kwargs)[source]

Bases: horizon.utils.csvbase.BaseCsvResponse

ReportCsvRenderer.columns = [<django.utils.functional.__proxy__ object at 0x95bee90>, <django.utils.functional.__proxy__ object at 0x95be710>, <django.utils.functional.__proxy__ object at 0x95be4d0>, <django.utils.functional.__proxy__ object at 0x95be590>, <django.utils.functional.__proxy__ object at 0x95be910>, <django.utils.functional.__proxy__ object at 0x95be410>, <django.utils.functional.__proxy__ object at 0x95be610>]
ReportCsvRenderer.get_row_data()[source]
class openstack_dashboard.dashboards.admin.metering.views.SamplesView(**kwargs)[source]

Bases: django.views.generic.base.TemplateView

SamplesView.get(request, *args, **kwargs)[source]
openstack_dashboard.dashboards.admin.metering.views.load_report_data(request)[source]

Previous topic

The openstack_dashboard.dashboards.admin.metering Module

Next topic

The openstack_dashboard.dashboards.admin.metering.tabs Module

This Page