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

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

Bases: horizon.forms.base.SelfHandlingForm

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

Bases: horizon.forms.base.SelfHandlingForm

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

Previous topic

The openstack_dashboard.dashboards.identity.groups.views Module

Next topic

The openstack_dashboard.dashboards.identity.groups.constants Module

This Page