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

Views for managing keypairs.

class openstack_dashboard.dashboards.project.access_and_security.keypairs.views.CreateView[source]

Bases: horizon.forms.views.ModalFormView

cancel_url = <django.utils.functional.__proxy__ object at 0x7fdfb57a1350>
form_class

alias of CreateKeypair

form_id = 'create_keypair_form'
get_success_url()[source]
modal_header = <django.utils.functional.__proxy__ object at 0x7fdfb57a19d0>
page_title = <django.utils.functional.__proxy__ object at 0x7fdfb57a1650>
submit_label = <django.utils.functional.__proxy__ object at 0x7fdfb57a1110>
submit_url = <django.utils.functional.__proxy__ object at 0x7fdfb57a1f10>
success_url = 'horizon:project:access_and_security:keypairs:download'
template_name = 'project/access_and_security/keypairs/create.html'
class openstack_dashboard.dashboards.project.access_and_security.keypairs.views.DetailView(**kwargs)[source]

Bases: horizon.views.HorizonTemplateView

get_context_data(**kwargs)[source]

Gets the context data for keypair.

page_title = <django.utils.functional.__proxy__ object at 0x7fdfb57a1550>
template_name = 'project/access_and_security/keypairs/detail.html'
class openstack_dashboard.dashboards.project.access_and_security.keypairs.views.DownloadView(**kwargs)[source]

Bases: horizon.views.HorizonTemplateView

get_context_data(keypair_name=None)[source]
page_title = <django.utils.functional.__proxy__ object at 0x7fdfb57a1bd0>
template_name = 'project/access_and_security/keypairs/download.html'
class openstack_dashboard.dashboards.project.access_and_security.keypairs.views.GenerateView(**kwargs)[source]

Bases: django.views.generic.base.View

get(*args, **kwargs)[source]
class openstack_dashboard.dashboards.project.access_and_security.keypairs.views.ImportView[source]

Bases: horizon.forms.views.ModalFormView

form_class

alias of ImportKeypair

form_id = 'import_keypair_form'
get_object_id(keypair)[source]
modal_header = <django.utils.functional.__proxy__ object at 0x7fdfb57a1410>
page_title = <django.utils.functional.__proxy__ object at 0x7fdfb57a1a10>
submit_label = <django.utils.functional.__proxy__ object at 0x7fdfb57a14d0>
submit_url = <django.utils.functional.__proxy__ object at 0x7fdfb57a1d50>
success_url = <django.utils.functional.__proxy__ object at 0x7fdfb57a1a50>
template_name = 'project/access_and_security/keypairs/import.html'

Previous topic

The openstack_dashboard.dashboards.project.access_and_security.keypairs Module

Next topic

The openstack_dashboard.dashboards.project.access_and_security.keypairs.tables Module

Project Source

This Page