openstack-ansible-os_horizon/templates/80_admin_default_panel.py.j2
Kevin Carter 55f30c4c68 Add template option for the default horizon panel
The change adds the option to set the default panel within horizon.
this change is useful when a tenant has many hundreds of vms and
running into horizon login slowness due to poorly crafted api
calls and sql statements.

Change-Id: If3da12a466d4953a176ec8e45499bf1cd9452ae5
Closes-Bug: #1533830
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-01-13 20:48:13 -06:00

5 lines
132 B
Django/Jinja

PANEL = '{{ horizon_default_panel }}'
PANEL_DASHBOARD = 'admin'
PANEL_GROUP = 'admin'
DEFAULT_PANEL = '{{ horizon_default_panel }}'