Skip to content
This repository has been archived by the owner on Aug 11, 2019. It is now read-only.

andriyko/django-debug-toolbar-openstack-panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-debug-toolbar-openstack-panel

A django-debug-toolbar panel for OpenStack Dashboard

Installation

pip install git+https://github.com/andriyko/django-debug-toolbar-openstack-panel.git

Setup

Add to settings.py:

INSTALLED_APPS = (
    ...
    'openstack_panel',
    ...
)
DEBUG_TOOLBAR_PANELS = (
    ...
    'openstack_panel.panels.openstack.OpenstackPanel',
    ...
)

An example of panel configuration:

DEBUG_TOOLBAR_OPENSTACK_PANEL = {
    'OPENSTACK_CLIENTS_LIST': ('ceilometerclient', 'cinderclient',
                               'glanceclient','heatclient',
                               'keystoneclient', 'neutronclient',
                               'novaclient', 'swiftclient', 'troveclient', ),
    'OPENSTACK_OTHERS_LIST': ('horizon', 'openstack_dashboard', ),
    'TRACE_STACK': True,
}

About

A django-debug-toolbar panel for OpenStack Dashboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published