congress/congress_dashboard/enabled/_70_datasources.py
Anusha Ramineni 07e925c3ae Implement horizon plugin model
This commit moves the horizon code from contrib/horizon to
congress_dashboard to install as plugin. Added README for the same.
http://docs.openstack.org/developer/horizon/tutorials/plugin.html
Note: Passes basic testing with v2 authentication
      This commit doesn't address issue with V3 authentication.It is being
      fixed as part of Bug: #1602837

Implements: blueprint congress-horizon-plugin
Change-Id: I06da4a47f61739635e6f1756f773b236ebde55c9
2016-08-10 03:49:44 +00:00

6 lines
168 B
Python

PANEL = 'datasources'
PANEL_DASHBOARD = 'admin'
PANEL_GROUP = 'policy'
ADD_PANEL = 'congress_dashboard.datasources.panel.DataSources'
AUTO_DISCOVER_STATIC_FILES = True