The openstack_dashboard.dashboards.admin.projects.views ModuleΒΆ

class openstack_dashboard.dashboards.admin.projects.views.CreateProjectView[source]

Bases: horizon.workflows.views.WorkflowView

CreateProjectView.get_initial()[source]
CreateProjectView.workflow_class

alias of CreateProject

class openstack_dashboard.dashboards.admin.projects.views.CreateUserView(**kwargs)[source]

Bases: openstack_dashboard.dashboards.admin.users.views.CreateView

CreateUserView.form_class

alias of CreateUser

CreateUserView.get_context_data(**kwargs)[source]
CreateUserView.get_initial()[source]
class openstack_dashboard.dashboards.admin.projects.views.IndexView(*args, **kwargs)[source]

Bases: horizon.tables.views.DataTableView

IndexView.get_data()[source]
IndexView.table_class

alias of TenantsTable

class openstack_dashboard.dashboards.admin.projects.views.TenantContextMixin[source]

Bases: object

TenantContextMixin.get_context_data(**kwargs)[source]
TenantContextMixin.get_object()[source]
class openstack_dashboard.dashboards.admin.projects.views.TenantUsageView(*args, **kwargs)[source]

Bases: openstack_dashboard.usage.views.UsageView

TenantUsageView.get_data()[source]
TenantUsageView.table_class

alias of TenantUsageTable

TenantUsageView.usage_class

alias of TenantUsage

class openstack_dashboard.dashboards.admin.projects.views.UpdateProjectView[source]

Bases: horizon.workflows.views.WorkflowView

UpdateProjectView.get_initial()[source]
UpdateProjectView.workflow_class

alias of UpdateProject

class openstack_dashboard.dashboards.admin.projects.views.UsersView(*args, **kwargs)[source]

Bases: horizon.tables.views.MultiTableView

UsersView.get_add_users_data()[source]
UsersView.get_context_data(**kwargs)[source]
UsersView.get_tenant_users_data()[source]

Previous topic

The openstack_dashboard.dashboards.admin.projects.tests Module

Next topic

The openstack_dashboard.dashboards.admin.projects Module

This Page