backups views now are wrapped in try except block readme was updated to point to openstack repos remove sys.path from _50_freezer.py Change-Id: I917c33a1d8df04173acddc8eecf23f8bf8a22390
11 lines
287 B
Python
11 lines
287 B
Python
# The name of the dashboard to be added to HORIZON['dashboards']. Required.
|
|
DASHBOARD = 'freezer_ui'
|
|
|
|
# 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 = [
|
|
'freezer_ui',
|
|
]
|