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

Source Code Index

Next topic

The openstack_dashboard Module

This Page