The horizon.dashboards.nova.access_and_security.views ModuleΒΆ

Views for Instances and Volumes.

class horizon.dashboards.nova.access_and_security.views.IndexView(*args, **kwargs)[source]

Bases: horizon.tables.views.MultiTableView

IndexView.get_floating_ips_data()[source]
IndexView.get_keypairs_data()[source]
IndexView.get_security_groups_data()[source]
IndexView.table_classes = (<class 'horizon.dashboards.nova.access_and_security.keypairs.tables.KeypairsTable'>, <class 'horizon.dashboards.nova.access_and_security.security_groups.tables.SecurityGroupsTable'>, <class 'horizon.dashboards.nova.access_and_security.floating_ips.tables.FloatingIPsTable'>)
IndexView.template_name = 'nova/access_and_security/index.html'

Previous topic

The horizon.dashboards.nova.access_and_security.tests Module

Next topic

The horizon.dashboards.nova.access_and_security.urls Module

This Page