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 = (('1', <django.utils.functional.__proxy__ object at 0x7a0bd10>), ('7', <django.utils.functional.__proxy__ object at 0x7a0be50>), ('6', <django.utils.functional.__proxy__ object at 0x7a0bc90>), ('15', <django.utils.functional.__proxy__ object at 0x7a0bdd0>), ('30', <django.utils.functional.__proxy__ object at 0x7a0bd50>), ('365', <django.utils.functional.__proxy__ object at 0x7a0b450>), ('other', <django.utils.functional.__proxy__ object at 0x7a0b650>))
base_fields = OrderedDict([('period', <django.forms.fields.ChoiceField object at 0x7a0ba90>), ('date_from', <django.forms.fields.DateField object at 0x7a0b9d0>), ('date_to', <django.forms.fields.DateField object at 0x7a0b3d0>)])
clean_date_from()[source]
clean_date_to()[source]
declared_fields = OrderedDict([('period', <django.forms.fields.ChoiceField object at 0x7a0ba90>), ('date_from', <django.forms.fields.DateField object at 0x7a0b9d0>), ('date_to', <django.forms.fields.DateField object at 0x7a0b3d0>)])
handle(request, data)[source]
media

Previous topic

The openstack_dashboard.dashboards.admin.metering Module

Next topic

The openstack_dashboard.dashboards.admin.metering.panel Module

This Page