freezer-web-ui/devstack/files/_50_freezer.py.template

15 lines
393 B
Plaintext

# 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
# Until there is a more elegant SYSPATH var scheme...
import sys
sys.path.append('%FREEZER_WEB_UI_DIR%')
# A list of applications to be added to INSTALLED_APPS.
ADD_INSTALLED_APPS = [
'freezer_ui',
]