The openstack_dashboard.dashboards.identity.users.views ModuleΒΆ

class openstack_dashboard.dashboards.identity.users.views.ChangePasswordView(*args, **kwargs)[source]

Bases: horizon.forms.views.ModalFormView

dispatch(*args, **kwargs)[source]
form_class

alias of ChangePasswordForm

form_id = 'change_user_password_form'
get_context_data(**kwargs)[source]
get_initial()[source]
get_object(*args, **kwargs)[source]
modal_header = <django.utils.functional.__proxy__ object at 0x7f9f3cfb7310>
page_title = <django.utils.functional.__proxy__ object at 0x7f9f3cfb73d0>
submit_label = <django.utils.functional.__proxy__ object at 0x7f9f3cfb7350>
submit_url = 'horizon:identity:users:change_password'
success_url = <django.utils.functional.__proxy__ object at 0x7f9f3cfb7390>
template_name = 'identity/users/change_password.html'
class openstack_dashboard.dashboards.identity.users.views.CreateView(*args, **kwargs)[source]

Bases: horizon.forms.views.ModalFormView

dispatch(*args, **kwargs)[source]
form_class

alias of CreateUserForm

form_id = 'create_user_form'
get_form_kwargs()[source]
get_initial()[source]
modal_header = <django.utils.functional.__proxy__ object at 0x7f9f3cfb71d0>
page_title = <django.utils.functional.__proxy__ object at 0x7f9f3cfb72d0>
submit_label = <django.utils.functional.__proxy__ object at 0x7f9f3cfb7210>
submit_url = <django.utils.functional.__proxy__ object at 0x7f9f3cfb7250>
success_url = <django.utils.functional.__proxy__ object at 0x7f9f3cfb7290>
template_name = 'identity/users/create.html'
class openstack_dashboard.dashboards.identity.users.views.DetailView(**kwargs)[source]

Bases: horizon.views.HorizonTemplateView

get_context_data(**kwargs)[source]
get_data(*args, **kwargs)[source]
get_redirect_url()[source]
get_tenant(*args, **kwargs)[source]
page_title = '{{ user.name }}'
template_name = 'identity/users/detail.html'
class openstack_dashboard.dashboards.identity.users.views.IndexView(*args, **kwargs)[source]

Bases: horizon.tables.views.DataTableView

get_data()[source]
page_title = <django.utils.functional.__proxy__ object at 0x7f9f3d06afd0>
table_class

alias of UsersTable

template_name = 'identity/users/index.html'
class openstack_dashboard.dashboards.identity.users.views.UpdateView(*args, **kwargs)[source]

Bases: horizon.forms.views.ModalFormView

dispatch(*args, **kwargs)[source]
form_class

alias of UpdateUserForm

form_id = 'update_user_form'
get_context_data(**kwargs)[source]
get_initial()[source]
get_object(*args, **kwargs)[source]
modal_header = <django.utils.functional.__proxy__ object at 0x7f9f3d06add0>
page_title = <django.utils.functional.__proxy__ object at 0x7f9f3cfb7190>
submit_label = <django.utils.functional.__proxy__ object at 0x7f9f3d48fc90>
submit_url = 'horizon:identity:users:update'
success_url = <django.utils.functional.__proxy__ object at 0x7f9f3cfb7150>
template_name = 'identity/users/update.html'

Previous topic

The openstack_dashboard.dashboards.identity.roles.urls Module

Next topic

The openstack_dashboard.dashboards.identity.users Module

Project Source

This Page