components/openstack/horizon/files/local_settings.py
branchs11-update
changeset 3077 3e8d5f02f4a0
parent 3028 5e73a3a3f66a
child 1944 56ac2df1785b
--- a/components/openstack/horizon/files/local_settings.py	Mon Apr 14 14:24:04 2014 -0700
+++ b/components/openstack/horizon/files/local_settings.py	Tue Apr 15 07:31:13 2014 -0700
@@ -46,6 +46,7 @@
     'exceptions': {'recoverable': exceptions.RECOVERABLE,
                    'not_found': exceptions.NOT_FOUND,
                    'unauthorized': exceptions.UNAUTHORIZED},
+    'customization_module': 'openstack_dashboard.overrides',
 }
 
 # Specify a regular expression to validate user passwords.