Merge "Remove _40_router.py.example file"

This commit is contained in:
Jenkins 2015-08-24 07:34:01 +00:00 committed by Gerrit Code Review
commit ef1d49e086
2 changed files with 4 additions and 4 deletions

View File

@ -1396,11 +1396,11 @@ If set to ``True``, this dashboard will be set as the default dashboard.
Examples
--------
To disable the Router dashboard locally, create a file
``openstack_dashboard/local/enabled/_40_router.py`` with the following
To disable a dashboard locally, create a file
``openstack_dashboard/local/enabled/_40_dashboard-name.py`` with the following
content::
DASHBOARD = 'router'
DASHBOARD = '<dashboard-name>'
DISABLED = True
To add a Tuskar-UI (Infrastructure) dashboard, you have to install it, and then

View File

@ -1,5 +1,5 @@
# The name of the dashboard to be added to HORIZON['dashboards']. Required.
DASHBOARD = 'router'
DASHBOARD = 'settings'
# If set to True, this dashboard will not be added to the settings.
DISABLED = False