components/openstack/horizon/files/local_settings.py
changeset 1820 f3a6bd7bd4a6
parent 1760 353323c7bdc1
child 1944 56ac2df1785b
equal deleted inserted replaced
1819:36c9d3c4fc50 1820:f3a6bd7bd4a6
    44     },
    44     },
    45     'help_url': "http://docs.openstack.org",
    45     'help_url': "http://docs.openstack.org",
    46     'exceptions': {'recoverable': exceptions.RECOVERABLE,
    46     'exceptions': {'recoverable': exceptions.RECOVERABLE,
    47                    'not_found': exceptions.NOT_FOUND,
    47                    'not_found': exceptions.NOT_FOUND,
    48                    'unauthorized': exceptions.UNAUTHORIZED},
    48                    'unauthorized': exceptions.UNAUTHORIZED},
       
    49     'customization_module': 'openstack_dashboard.overrides',
    49 }
    50 }
    50 
    51 
    51 # Specify a regular expression to validate user passwords.
    52 # Specify a regular expression to validate user passwords.
    52 # HORIZON_CONFIG["password_validator"] = {
    53 # HORIZON_CONFIG["password_validator"] = {
    53 #     "regex": '.*',
    54 #     "regex": '.*',