The openstack_dashboard.dashboards.admin.overview.panel ModuleΒΆ

class openstack_dashboard.dashboards.admin.overview.panel.Overview[source]

Bases: horizon.base.Panel

name = <django.utils.functional.__proxy__ object at 0x7f9f3ffae710>
permissions = ('openstack.services.compute',)
policy_rules = ((('identity', 'identity:list_projects'), ('compute', 'context_is_admin')),)
slug = 'overview'

Previous topic

The openstack_dashboard.dashboards.admin.overview Module

Next topic

The openstack_dashboard.dashboards.admin.overview.urls Module

Project Source

This Page