a04a1a1767
Resolves bug: 1546121 Change-Id: I623bdba5e0580feb3950180598bc6b79a0196e36
11 lines
301 B
Python
11 lines
301 B
Python
# The name of the dashboard to be added to HORIZON['dashboards']. Required.
|
|
DASHBOARD = 'disaster_recovery'
|
|
|
|
# If set to True, this dashboard will not be added to the settings.
|
|
DISABLED = False
|
|
|
|
# A list of applications to be added to INSTALLED_APPS.
|
|
ADD_INSTALLED_APPS = [
|
|
'disaster_recovery',
|
|
]
|