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

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

Bases: horizon.forms.views.ModalFormView

form_class

alias of UsageReportForm

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

Bases: django.views.generic.base.View

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

Bases: horizon.tabs.views.TabbedTableView

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

alias of CeilometerOverviewTabs

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

columns = [<django.utils.functional.__proxy__ object at 0x7f9f3f966e90>, <django.utils.functional.__proxy__ object at 0x7f9f3f966f50>, <django.utils.functional.__proxy__ object at 0x7f9f3f966250>, <django.utils.functional.__proxy__ object at 0x7f9f3f966850>, <django.utils.functional.__proxy__ object at 0x7f9f3f9660d0>, <django.utils.functional.__proxy__ object at 0x7f9f3f966c90>, <django.utils.functional.__proxy__ object at 0x7f9f4112e050>]
get_row_data()[source]
class openstack_dashboard.dashboards.admin.metering.views.SamplesView(**kwargs)[source]

Bases: django.views.generic.base.TemplateView

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

Previous topic

The openstack_dashboard.dashboards.admin.dashboard Module

Next topic

The openstack_dashboard.dashboards.admin.metering Module

Project Source

This Page