The openstack_dashboard.context_processors ModuleΒΆ

Context processors used by Horizon.

openstack_dashboard.context_processors.openstack(request)[source]

Context processor necessary for OpenStack Dashboard functionality.

The following variables are added to the request context:

authorized_tenants
A list of tenant objects which the current user has access to.

regions

A dictionary containing information about region support, the current region, and available regions.

Previous topic

The openstack_dashboard.hooks Module

Next topic

The openstack_dashboard.static_settings Module

Project Source

This Page