
Use dedicated range for all files to eanble cloudkitty-dashboard to avoid conflict with the other plugins or even core files provided by horizon. 310xx is used by watcher to atm so move it to 320xx . Change-Id: I2e7cca1bb6ab64072b4967b980e661f4415e5704 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
6 lines
147 B
Python
6 lines
147 B
Python
PANEL_GROUP = 'rating'
|
|
PANEL_DASHBOARD = 'admin'
|
|
PANEL = 'pyscripts'
|
|
|
|
ADD_PANEL = 'cloudkittydashboard.dashboards.admin.pyscripts.panel.PyScripts'
|