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

base_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0xaecccd0>), ('description', <django.forms.fields.CharField object at 0xaeccc90>)])
declared_fields = OrderedDict([('name', <django.forms.fields.CharField object at 0xaecccd0>), ('description', <django.forms.fields.CharField object at 0xaeccc90>)])
handle(request, data)[source]
media
class openstack_dashboard.dashboards.identity.groups.forms.UpdateGroupForm(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

base_fields = OrderedDict([('group_id', <django.forms.fields.CharField object at 0xaeccc50>), ('name', <django.forms.fields.CharField object at 0xaecc950>), ('description', <django.forms.fields.CharField object at 0xaf30990>)])
declared_fields = OrderedDict([('group_id', <django.forms.fields.CharField object at 0xaeccc50>), ('name', <django.forms.fields.CharField object at 0xaecc950>), ('description', <django.forms.fields.CharField object at 0xaf30990>)])
handle(request, data)[source]
media

Previous topic

The openstack_dashboard.dashboards.identity.groups.constants Module

Next topic

The openstack_dashboard.dashboards.identity.groups.panel Module

This Page