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

class openstack_dashboard.dashboards.admin.metering.forms.UsageReportForm(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

PERIOD_CHOICES = (('1h', <django.utils.functional.__proxy__ object at 0x2b77f7338810>), ('1', <django.utils.functional.__proxy__ object at 0x2b77f7338350>), ('7', <django.utils.functional.__proxy__ object at 0x2b77f7338e10>), ('23', <django.utils.functional.__proxy__ object at 0x2b77f7b99210>), ('15', <django.utils.functional.__proxy__ object at 0x2b77f7b992d0>), ('30', <django.utils.functional.__proxy__ object at 0x2b77f7b99b50>), ('365', <django.utils.functional.__proxy__ object at 0x2b77f7b99750>), ('other', <django.utils.functional.__proxy__ object at 0x2b77f7b99490>))
base_fields = {'period': <django.forms.fields.ChoiceField object at 0x2b77f7b99e50>, 'date_from': <django.forms.fields.DateField object at 0x2b77f7c7fdd0>, 'date_to': <django.forms.fields.DateField object at 0x2b77f7bbc6d0>}
clean_date_from()[source]
clean_date_to()[source]
handle(request, data)[source]
media

Previous topic

The openstack_dashboard.dashboards.admin.metering.panel Module

Next topic

The openstack_dashboard.dashboards.admin.hypervisors.views Module

This Page