Files
cloudkitty-dashboard/cloudkittydashboard/enabled/_32050_cloudkitty.py
Takashi Kajinami 664a4a4b09 Use identical ids
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>
2025-09-13 18:58:12 +09:00

7 lines
120 B
Python

FEATURE = 'cloudkitty'
ADD_ANGULAR_MODULES = [
'horizon.dashboard.cloudkitty',
]
AUTO_DISCOVER_STATIC_FILES = True