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 = {'name': <django.forms.fields.CharField object at 0x2b70e31ba950>, 'availability_zone': <django.forms.fields.CharField object at 0x2b70e31ba790>}
handle(request, data)[source]
media
class openstack_dashboard.dashboards.admin.aggregates.forms.UpdateMetadataForm(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

base_fields = {}
handle(request, data)[source]
media

Previous topic

The openstack_dashboard.dashboards.admin.aggregates.workflows Module

Next topic

The openstack_dashboard.dashboards.admin.info.views Module

This Page