monasca-ui/enabled/_45_monitoring_panel_group.py
2014-06-03 09:41:19 -06:00

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'