7 lines
286 B
Python
7 lines
286 B
Python
# The name of the panel group to be added to HORIZON_CONFIG. Required.
|
|
PANEL_GROUP = 'monitoring'
|
|
# The display name of the PANEL_GROUP. Required.
|
|
PANEL_GROUP_NAME = 'Monitoring'
|
|
# The name of the dashboard the PANEL_GROUP associated with. Required.
|
|
PANEL_GROUP_DASHBOARD = 'overcloud'
|