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

UpdateAggregateForm.base_fields = {'name': <django.forms.fields.CharField object at 0x77e9210>, 'availability_zone': <django.forms.fields.CharField object at 0x77e9e50>}
UpdateAggregateForm.handle(request, data)[source]
UpdateAggregateForm.media

Previous topic

The openstack_dashboard.dashboards.admin.aggregates.views Module

Next topic

The openstack_dashboard.dashboards.admin.aggregates.constants Module

This Page