~openstack-charmers-archive/charms/trusty/openstack-dashboard/next

« back to all changes in this revision

Viewing changes to templates/icehouse/_40_router.py

  • Committer: james.page at ubuntu
  • Date: 2014-10-06 14:47:17 UTC
  • mfrom: (25.2.14 openstack-dashboard)
  • Revision ID: james.page@ubuntu.com-20141006144717-kbqvo3l2fnu9skqd
[shiva,r=james-page] Add profile configuration setting to support cisco.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#The name of the dashboard to be added to HORIZON['dashboards']. Required.
 
2
DASHBOARD = 'router'
 
3
 
 
4
# A list of applications to be added to INSTALLED_APPS.
 
5
ADD_INSTALLED_APPS = [
 
6
    'openstack_dashboard.dashboards.router',
 
7
]
 
8
 
 
9
# If set to True, this dashboard will not be added to the settings.
 
10
DISABLED = {{ disable_router }}