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 0xb48ad10>}
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 0xb0b7350>, 'name': <django.forms.fields.CharField object at 0xb02f990>}
handle(request, data)[source]
media

Previous topic

The openstack_dashboard.dashboards.identity.roles.views Module

Next topic

The openstack_dashboard.dashboards.identity.roles.urls Module

This Page