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

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

Bases: horizon.forms.base.SelfHandlingForm

base_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x7faf86a6ae10>), ('availability_zone', <django.forms.fields.CharField object at 0x7faf868c64d0>)])
declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0x7faf86a6ae10>), ('availability_zone', <django.forms.fields.CharField object at 0x7faf868c64d0>)])
handle(request, data)[source]
media

Previous topic

The openstack_dashboard.dashboards.admin.aggregates Module

Next topic

The openstack_dashboard.dashboards.admin.aggregates.panel Module

Project Source

This Page