try again, with puppetforge modules, correctly included now
[mirror/dsa-puppet.git] / 3rdparty / modules / horizon / spec / fixtures / override_local_settings.py.erb
1 # Custom local_settings.py
2 DEBUG = <%= @django_debug %>
3
4 HORIZON_CONFIG = {
5     'dashboards': ('project', 'admin', 'settings',),
6     'default_dashboard': 'project',
7     'user_home': 'openstack_dashboard.views.get_user_home',
8     'ajax_queue_limit': 10,
9     'auto_fade_alerts': {
10         'delay': 3000,
11         'fade_duration': 1500,
12         'types': ['alert-success', 'alert-info']
13     },
14     'help_url': "<%= @help_url %>",
15     'exceptions': {'recoverable': exceptions.RECOVERABLE,
16                    'not_found': exceptions.NOT_FOUND,
17                    'unauthorized': exceptions.UNAUTHORIZED},
18 }