The openstack_dashboard.dashboards.project.access_and_security.security_groups.views ModuleΒΆ

Views for managing instances.

class openstack_dashboard.dashboards.project.access_and_security.security_groups.views.AddRuleView(**kwargs)[source]

Bases: horizon.forms.views.ModalFormView

form_class

alias of AddRule

get_context_data(**kwargs)[source]
get_form_kwargs()[source]
get_initial()[source]
get_success_url()[source]
template_name = 'project/access_and_security/security_groups/add_rule.html'
class openstack_dashboard.dashboards.project.access_and_security.security_groups.views.CreateView(**kwargs)[source]

Bases: horizon.forms.views.ModalFormView

form_class

alias of CreateGroup

success_url = <django.utils.functional.__proxy__ object at 0xf3f9420c>
template_name = 'project/access_and_security/security_groups/create.html'
class openstack_dashboard.dashboards.project.access_and_security.security_groups.views.DetailView(*args, **kwargs)[source]

Bases: horizon.tables.views.DataTableView

get_context_data(**kwargs)[source]
get_data()[source]
table_class

alias of RulesTable

template_name = 'project/access_and_security/security_groups/detail.html'
class openstack_dashboard.dashboards.project.access_and_security.security_groups.views.UpdateView(**kwargs)[source]

Bases: horizon.forms.views.ModalFormView

form_class

alias of UpdateGroup

get_context_data(**kwargs)[source]
get_initial()[source]
get_object(*args, **kwargs)[source]
success_url = <django.utils.functional.__proxy__ object at 0xf3f941ec>
template_name = 'project/access_and_security/security_groups/update.html'

Previous topic

The openstack_dashboard.dashboards.project.access_and_security.tabs Module

Next topic

The openstack_dashboard.dashboards.project.access_and_security.security_groups.tests Module

This Page