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 0x9763c90>, 'availability_zone': <django.forms.fields.CharField object at 0x9763e50>}
UpdateAggregateForm.handle(request, data)[source]
UpdateAggregateForm.media

Previous topic

The openstack_dashboard.dashboards.admin.aggregates.urls Module

Next topic

The openstack_dashboard.dashboards.admin.aggregates.views Module

This Page