]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - 3rdparty/modules/horizon/spec/fixtures/override_local_settings.py.erb
try again, with puppetforge modules, correctly included now
[dsa-puppet.git] / 3rdparty / modules / horizon / spec / fixtures / override_local_settings.py.erb
diff --git a/3rdparty/modules/horizon/spec/fixtures/override_local_settings.py.erb b/3rdparty/modules/horizon/spec/fixtures/override_local_settings.py.erb
new file mode 100644 (file)
index 0000000..4263965
--- /dev/null
@@ -0,0 +1,18 @@
+# Custom local_settings.py
+DEBUG = <%= @django_debug %>
+
+HORIZON_CONFIG = {
+    'dashboards': ('project', 'admin', 'settings',),
+    'default_dashboard': 'project',
+    'user_home': 'openstack_dashboard.views.get_user_home',
+    'ajax_queue_limit': 10,
+    'auto_fade_alerts': {
+        'delay': 3000,
+        'fade_duration': 1500,
+        'types': ['alert-success', 'alert-info']
+    },
+    'help_url': "<%= @help_url %>",
+    'exceptions': {'recoverable': exceptions.RECOVERABLE,
+                   'not_found': exceptions.NOT_FOUND,
+                   'unauthorized': exceptions.UNAUTHORIZED},
+}