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

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

Bases: horizon.forms.base.SelfHandlingForm

base_fields = {'name': <django.forms.fields.CharField object at 0xb2544890>, 'description': <django.forms.fields.CharField object at 0xb25446d0>}
handle(request, data)[source]
media
class openstack_dashboard.dashboards.admin.groups.forms.UpdateGroupForm(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

base_fields = {'group_id': <django.forms.fields.CharField object at 0xb316edb0>, 'name': <django.forms.fields.CharField object at 0xb2544fd0>, 'description': <django.forms.fields.CharField object at 0xb2544dd0>}
handle(request, data)[source]
media

Previous topic

The openstack_dashboard.dashboards.admin.groups.tests Module

Next topic

The openstack_dashboard.dashboards.admin.groups.constants Module

This Page