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

Previous topic

The openstack_dashboard.dashboards.identity.roles.panel Module

Next topic

The openstack_dashboard.dashboards.identity.domains.views Module

This Page