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

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

Bases: horizon.forms.base.SelfHandlingForm

base_fields = {'name': <django.forms.fields.CharField object at 0x2aba14ed73d0>}
handle(request, data)[source]
media
class openstack_dashboard.dashboards.identity.roles.forms.UpdateRoleForm(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

base_fields = {'id': <django.forms.fields.CharField object at 0x2aba14e78790>, 'name': <django.forms.fields.CharField object at 0x2aba14e78890>}
handle(request, data)[source]
media

Previous topic

The openstack_dashboard.dashboards.identity.roles.views Module

Next topic

The openstack_dashboard.dashboards.identity.projects.panel Module

This Page