# The slug of the dashboard to be added to HORIZON['dashboards']. Required. DASHBOARD = 'router' # A list of applications to be added to INSTALLED_APPS. ADD_INSTALLED_APPS = [ 'openstack_dashboard.dashboards.router', ] # If set to True, this dashboard will not be added to the settings. DISABLED = True