e74af2a026
Can not find freezer_ui module when install freezer-web-ui use devstack. This is devstack template is not correct. Change-Id: Ib3df17f6ddc4a6d2d245818091d97407c159d693 Closes-Bug: #1548659
11 lines
301 B
Plaintext
11 lines
301 B
Plaintext
# 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',
|
|
]
|